Skip to content

Commit 6d0d01a

Browse files
authored
Merge pull request #581 from spinframework/dependabot/docker/distroless/static-01e550f
chore(deps): bump distroless/static from `f9f84bd` to `01e550f`
2 parents 86c8963 + 533b07f commit 6d0d01a

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
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2424

2525
# Use distroless as minimal base image to package the manager binary
2626
# Refer to https://github.com/GoogleContainerTools/distroless for more details
27-
FROM gcr.io/distroless/static:nonroot@sha256:f9f84bd968430d7d35e8e6d55c40efb0b980829ec42920a49e60e65eac0d83fc
27+
FROM gcr.io/distroless/static:nonroot@sha256:01e550fdb7ab79ee7be5ff440a563a58f1fd000ad9e0c532e65c3d23f917f1c5
2828
WORKDIR /
2929
COPY --from=builder /workspace/bin/manager .
3030
USER 65532:65532

0 commit comments

Comments
 (0)