Skip to content

Commit 784c261

Browse files
chore(deps): update gcr.io/distroless/static:nonroot docker digest to e3f9456
1 parent 24738c3 commit 784c261

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:e3f945647ffb95b5839c07038d64f9811adf17308b9121d8a2b87b6a22a80a39
1818

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

0 commit comments

Comments
 (0)