Skip to content

Commit ce70af9

Browse files
chore(deps): bump distroless/static-debian12 from a9f88e0 to e8a4044 (#1635)
Bumps distroless/static-debian12 from `a9f88e0` to `e8a4044`. On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-version: nonroot dependency-type: direct:production ... <!-- markdownlint-disable MD041 --> Supersedes #1619 as it contained non-signed commits. #### Which issue(s) this PR is related to <!-- Usage: `Related to #<issue number>`, or `Related to (paste link of issue)`. --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c01cb6d commit ce70af9

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
@@ -20,7 +20,7 @@ ENV BUILD_FLAGS="-trimpath"
2020
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2121
RUN make bin/ocm GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH}
2222

23-
FROM gcr.io/distroless/static-debian12:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61
23+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
2424

2525
COPY --from=build /src/bin/ocm /usr/local/bin/ocm
2626

0 commit comments

Comments
 (0)