Skip to content

Commit

Permalink
Update distroless to debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 committed Dec 21, 2024
1 parent 30d4a82 commit 05617e0
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 @@ -10,6 +10,6 @@ RUN go mod download
RUN CGO_ENABLED=0 go build -o /go/bin/app

# Final stage
FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian12
COPY --from=build /go/bin/app /
ENTRYPOINT ["/app"]

0 comments on commit 05617e0

Please sign in to comment.