Skip to content

Commit b71a45e

Browse files
chore(deps): update distroless base image (release-3.7) (#16216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81f12fb commit b71a45e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache
8080

8181
####################################################################################################
8282

83-
FROM gcr.io/distroless/static-debian13:latest@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0 AS argoexec-base
83+
FROM gcr.io/distroless/static-debian13:latest@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 AS argoexec-base
8484

8585
COPY --from=argoexec-build /etc/mime.types /etc/mime.types
8686
COPY hack/ssh_known_hosts /etc/ssh/
@@ -105,7 +105,7 @@ ENTRYPOINT [ "argoexec" ]
105105

106106
####################################################################################################
107107

108-
FROM gcr.io/distroless/static-debian13:latest@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0 AS workflow-controller
108+
FROM gcr.io/distroless/static-debian13:latest@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 AS workflow-controller
109109

110110
USER 8737
111111

@@ -117,7 +117,7 @@ ENTRYPOINT [ "workflow-controller" ]
117117

118118
####################################################################################################
119119

120-
FROM gcr.io/distroless/static-debian13:latest@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0 AS argocli
120+
FROM gcr.io/distroless/static-debian13:latest@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 AS argocli
121121

122122
USER 8737
123123

0 commit comments

Comments
 (0)