Skip to content

Commit cb4662a

Browse files
chore(deps): bump distroless/base from 201ef91 to 9e9b50d (#5222)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3128f1f commit cb4662a

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:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26 AS runtime
50+
FROM gcr.io/distroless/base@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8 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:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26 AS runtime
35+
FROM gcr.io/distroless/base@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8 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)