Skip to content

Commit 007156b

Browse files
dependabot[bot]naveensrinivasan
authored andcommitted
🌱 Bump distroless/base in /cron/controller
Bumps distroless/base from `792dfe7` to `764b74b`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10d46d5 commit 007156b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG TARGETOS
3030
ARG TARGETARCH
3131
RUN CGO_ENABLED=0 make build-controller
3232

33-
FROM gcr.io/distroless/base:nonroot@sha256:792dfe78a236dfb6fb180a250d105e0a03585dcbc73f8fce033fe62d4fd59bcb
33+
FROM gcr.io/distroless/base:nonroot@sha256:764b74b1789b4ec9044e6f20bb938d077fe8c7bcf9e4d3767eebb440c5d76f11
3434
COPY ./cron/data/projects*csv cron/data/
3535
COPY --from=shuffle /src/cron/data/projects.release.csv cron/data/projects.release.csv
3636
COPY --from=controller /src/cron/controller/controller cron/controller/controller

0 commit comments

Comments
 (0)