Skip to content

Commit

Permalink
Merge pull request #13 from emmanuelgautier/golang-debian-update
Browse files Browse the repository at this point in the history
chore: update golang debian version
  • Loading branch information
emmanuelgautier authored Aug 10, 2024
2 parents 0ff931c + 3991c48 commit 6f24aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . ./

RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -o /docker-go-server .

FROM gcr.io/distroless/static-debian11:nonroot AS runner
FROM gcr.io/distroless/static-debian12:nonroot AS runner

WORKDIR /

Expand Down

0 comments on commit 6f24aa0

Please sign in to comment.