Skip to content

Commit 9e8da84

Browse files
Update gcr.io/distroless/base-debian12:nonroot Docker digest to 06c713c
1 parent 4cda323 commit 9e8da84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /build
55
RUN cd /build && \
66
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w' ./cmd/kdcproxy
77

8-
FROM gcr.io/distroless/base-debian12:nonroot@sha256:c1201b805d3a35a4e870f9ce9775982dd166a2b0772232638dd2440fbe0e0134
8+
FROM gcr.io/distroless/base-debian12:nonroot@sha256:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
99

1010
COPY --from=builder /build/kdcproxy /app/kdcproxy
1111

0 commit comments

Comments
 (0)