Skip to content

Commit

Permalink
update docker base image
Browse files Browse the repository at this point in the history
Signed-off-by: p4u <[email protected]>
  • Loading branch information
p4u committed Jun 27, 2023
1 parent f796942 commit b666a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src
COPY . .
RUN go build -o=census3 -ldflags="-s -w" ./cmd/census3

FROM debian:11.6-slim
FROM debian:bookworm-slim

WORKDIR /app
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit b666a33

Please sign in to comment.