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 62a5e9b commit 9ba1e91Copy full SHA for 9ba1e91
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:dca858878977f01b80685240ca2cd9c1bb38958e2ab6f4ed5698c0ea23307143
+FROM gcr.io/distroless/base-debian12:nonroot@sha256:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
9
10
COPY --from=builder /build/http-auth-server /app/http-auth-server
11
0 commit comments