Skip to content

Commit

Permalink
bump to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckc authored Jan 2, 2024
1 parent 6983299 commit 5cfb0a6
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
@@ -1,12 +1,12 @@
FROM docker.io/library/golang:1.21.0-bullseye AS build
FROM docker.io/library/golang:1.21.5-bookworm AS build

WORKDIR /app

COPY . /app

RUN CGO_ENABLED=0 go build -o goproxygo cmd/goproxygo/main.go

FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian12

COPY --from=build /app/goproxygo /goproxygo

Expand Down

0 comments on commit 5cfb0a6

Please sign in to comment.