Skip to content

Commit 74085c1

Browse files
chore(deps): bump distroless/base from 125eb09 to 2776987 (#4904)
1 parent 17f2a37 commit 74085c1

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:125eb09bbd8e818da4f9eac0dfc373892ca75bec4630aa642d315ecf35c1afb7 AS runtime
50+
FROM gcr.io/distroless/base@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44 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:125eb09bbd8e818da4f9eac0dfc373892ca75bec4630aa642d315ecf35c1afb7 AS runtime
35+
FROM gcr.io/distroless/base@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44 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)