Skip to content

Commit

Permalink
Switch from Ubuntu to Debian
Browse files Browse the repository at this point in the history
Signed-off-by: toby cabot <[email protected]>
  • Loading branch information
caboteria committed Dec 9, 2023
1 parent 5dfd0ef commit 49db7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ COPY ./ ./
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go

FROM ubuntu:20.04
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y curl ipset iptables iproute2 linux-tools-generic
RUN apt-get update && apt-get install -y curl ipset iptables iproute2

COPY --from=builder /opt/acnodal/src/manager /usr/local/bin/manager

0 comments on commit 49db7d3

Please sign in to comment.