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.
1 parent d530084 commit cdc30ccCopy full SHA for cdc30cc
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:1c99fceaba16f833d6eb030c07d6304bce68f18350e1a0c69a85b8781afc00d9
+FROM gcr.io/distroless/base-debian12:nonroot@sha256:a9899ccd9868bbd8913c67f6807410abecf766bc9e3c718eb6248f7b3dfb9819
9
10
COPY --from=builder /build/http-auth-server /app/http-auth-server
11
0 commit comments