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 32ea572 commit 4ee726fCopy full SHA for 4ee726f
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:6d4a4f40e93615df1677463ca56456379cc3a4e2359308c9e72bc60ffc4a12a9
9
10
COPY --from=builder /build/http-auth-server /app/http-auth-server
11
0 commit comments