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 4cda323 commit 9e8da84Copy full SHA for 9e8da84
Dockerfile
@@ -5,7 +5,7 @@ COPY . /build
5
RUN cd /build && \
6
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w' ./cmd/kdcproxy
7
8
-FROM gcr.io/distroless/base-debian12:nonroot@sha256:c1201b805d3a35a4e870f9ce9775982dd166a2b0772232638dd2440fbe0e0134
+FROM gcr.io/distroless/base-debian12:nonroot@sha256:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
9
10
COPY --from=builder /build/kdcproxy /app/kdcproxy
11
0 commit comments