Skip to content

Commit 3a113ef

Browse files
Merge pull request #27 from andrewheberle/renovate/gcr.io-distroless-base-debian12-nonroot
Update gcr.io/distroless/base-debian12:nonroot Docker digest to 1c99fce
2 parents 40764cd + c7d7e0e commit 3a113ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /build
55
RUN cd /build && \
66
go build ./cmd/http-auth-server
77

8-
FROM gcr.io/distroless/base-debian12:nonroot@sha256:3d46a42c741d469811b95d0b6ec9d10c15ebb1be7c5eaa989d429d91b066d78c
8+
FROM gcr.io/distroless/base-debian12:nonroot@sha256:1c99fceaba16f833d6eb030c07d6304bce68f18350e1a0c69a85b8781afc00d9
99

1010
COPY --from=builder /build/http-auth-server /app/http-auth-server
1111

0 commit comments

Comments
 (0)