We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bd2c1 commit 9aa8c52Copy full SHA for 9aa8c52
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 as build
+FROM golang:1.25@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc as build
2
3
WORKDIR /go/src/app
4
COPY . .
@@ -9,7 +9,7 @@ RUN go test -v ./...
9
10
RUN CGO_ENABLED=0 go build -o /go/bin/app ./cmd/token-handler
11
12
-FROM gcr.io/distroless/static@sha256:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c
+FROM gcr.io/distroless/static@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e
13
USER nonroot:nonroot
14
COPY --from=build --chown=nonroot:nonroot /go/bin/app /
15
ENTRYPOINT ["/app"]
0 commit comments