We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f5cf8 commit 460df7eCopy full SHA for 460df7e
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.26@sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5 as build
+FROM golang:1.26@sha256:9edf71320ef8a791c4c33ec79f90496d641f306a91fb112d3d060d5c1cee4e20 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:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
+FROM gcr.io/distroless/static@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0
13
USER nonroot:nonroot
14
COPY --from=build --chown=nonroot:nonroot /go/bin/app /
15
ENTRYPOINT ["/app"]
0 commit comments