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.
2 parents a3d306b + 6b51a80 commit 5be47a1Copy full SHA for 5be47a1
Dockerfile
@@ -5,7 +5,7 @@ COPY . /build
5
RUN cd /build && \
6
go build ./cmd/http-auth-server
7
8
-FROM gcr.io/distroless/base-debian12:nonroot@sha256:c3584d9160af7bbc6a0a6089dc954d0938bb7f755465bb4ef4265aad0221343e
+FROM gcr.io/distroless/base-debian12:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
9
10
COPY --from=builder /build/http-auth-server /app/http-auth-server
11
0 commit comments