Skip to content

Commit

Permalink
update to dockerfile base image to debian 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Dec 21, 2023
1 parent cbfcbe7 commit 818b0a4
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 @@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN go build -o /tzproxy

FROM debian:12.0-slim
FROM debian:12.4-slim
COPY --from=builder /tzproxy ./
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
EXPOSE 8080
Expand Down

0 comments on commit 818b0a4

Please sign in to comment.