Skip to content

Commit f75884f

Browse files
chore(deps): bump distroless/base from 9e9b50d to f5a3067
Bumps distroless/base from `9e9b50d` to `f5a3067`. --- updated-dependencies: - dependency-name: distroless/base dependency-version: f5a3067027c2b322cd71b844f3d84ad3deada45ceb8a30f301260a602455070e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 160cb9a commit f75884f

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