Skip to content

Commit 1a91382

Browse files
Bump distroless/static-debian12 from e8a4044 to 2b7c93f (#610)
Bumps distroless/static-debian12 from `e8a4044` to `2b7c93f`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53e8ba5 commit 1a91382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG SERVER_LDFLAGS
3434
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} CGO_ENABLED=0 go build -ldflags "${SERVER_LDFLAGS}" ./cmd/rekor-server
3535

3636
# Multi-stage deployment build
37-
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS deploy
37+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS deploy
3838
# Retrieve the binary from the previous stage
3939
COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server
4040
# Set the binary as the entrypoint of the container

0 commit comments

Comments
 (0)