Skip to content

Commit c3b7635

Browse files
chore(deps): bump distroless/base from cef75d1 to 201ef91 (#5085)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8199b80 commit c3b7635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitops-server.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/gomod-cache --mount=type=cache,target=/go-cache \
4747
LDFLAGS=${LDFLAGS##-X localbuild=true} GIT_COMMIT=$GIT_COMMIT make gitops-server
4848

4949
# Distroless
50-
FROM gcr.io/distroless/base@sha256:cef75d12148305c54ef5769e6511a5ac3c820f39bf5c8a4fbfd5b76b4b8da843 AS runtime
50+
FROM gcr.io/distroless/base@sha256:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26 AS runtime
5151
COPY --from=ui /home/app/bin/dist/ /dist/
5252
COPY --from=go-build /app/bin/gitops-server /gitops-server
5353
COPY --from=go-build /root/.ssh/known_hosts /root/.ssh/known_hosts

gitops.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/gomod-cache --mount=type=cache,target=/go-cache \
3232
LDFLAGS=$LDFLAGS GIT_COMMIT=$GIT_COMMIT make gitops
3333

3434
# Distroless
35-
FROM gcr.io/distroless/base@sha256:cef75d12148305c54ef5769e6511a5ac3c820f39bf5c8a4fbfd5b76b4b8da843 AS runtime
35+
FROM gcr.io/distroless/base@sha256:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26 AS runtime
3636
COPY --from=flux /usr/local/bin/flux /usr/local/bin/flux
3737
COPY --from=go-build /app/bin/gitops /gitops
3838
COPY --from=go-build /root/.ssh/known_hosts /root/.ssh/known_hosts

0 commit comments

Comments
 (0)