Skip to content

Commit 1946b00

Browse files
chore(deps): update gcr.io/distroless/static docker digest to d90359c
1 parent 57a506f commit 1946b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go test -v ./...
99

1010
RUN CGO_ENABLED=0 go build -o /go/bin/app ./cmd/token-handler
1111

12-
FROM gcr.io/distroless/static@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
12+
FROM gcr.io/distroless/static@sha256:d90359c7a3ad67b3c11ca44fd5f3f5208cbef546f2e692b0dc3410a869de46bf
1313
USER nonroot:nonroot
1414
COPY --from=build --chown=nonroot:nonroot /go/bin/app /
1515
ENTRYPOINT ["/app"]

0 commit comments

Comments
 (0)