Skip to content

Commit 5be47a1

Browse files
Merge pull request #45 from andrewheberle/renovate/gcr.io-distroless-base-debian12-nonroot
Update gcr.io/distroless/base-debian12:nonroot Docker digest to fa5f94f
2 parents a3d306b + 6b51a80 commit 5be47a1

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:c3584d9160af7bbc6a0a6089dc954d0938bb7f755465bb4ef4265aad0221343e
8+
FROM gcr.io/distroless/base-debian12:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
99

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

0 commit comments

Comments
 (0)