Skip to content

Commit 7bfb663

Browse files
chore(deps): update gcr.io/distroless/static:nonroot docker digest to cba10d7
1 parent 24738c3 commit 7bfb663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1414
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -installsuffix cgo \
1515
-ldflags="-X github.com/version-cli/version/cmd.VERSION=${VERSION}" -o version
1616

17-
FROM gcr.io/distroless/static:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
17+
FROM gcr.io/distroless/static:nonroot@sha256:cba10d7abd3e203428e86f5b2d7fd5eb7d8987c387864ae4996cf97191b33764
1818

1919
COPY --from=builder /src/version /bin/version
2020

0 commit comments

Comments
 (0)