Skip to content

Commit c48254e

Browse files
🌱 Bump the distroless group across 6 directories with 1 update
Bumps the distroless group with 1 update in the /clients/githubrepo/roundtripper/tokens/server directory: distroless/base. Bumps the distroless group with 1 update in the /cron/internal/bq directory: distroless/base. Bumps the distroless group with 1 update in the /cron/internal/cii directory: distroless/base. Bumps the distroless group with 1 update in the /cron/internal/controller directory: distroless/base. Bumps the distroless group with 1 update in the /cron/internal/webhook directory: distroless/base. Bumps the distroless group with 1 update in the /cron/internal/worker directory: distroless/base. Updates `distroless/base` from `97d1521` to `23fa4a8` Updates `distroless/base` from `97d1521` to `23fa4a8` Updates `distroless/base` from `97d1521` to `23fa4a8` Updates `distroless/base` from `97d1521` to `23fa4a8` Updates `distroless/base` from `97d1521` to `23fa4a8` Updates `distroless/base` from `97d1521` to `23fa4a8` --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-type: direct:production dependency-group: distroless ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a16e0f9 commit c48254e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

clients/githubrepo/roundtripper/tokens/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-github-server
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
27+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
2828
COPY --from=authserver /src/clients/githubrepo/roundtripper/tokens/server/github-auth-server clients/githubrepo/roundtripper/tokens/server/github-auth-server
2929
ENTRYPOINT ["clients/githubrepo/roundtripper/tokens/server/github-auth-server"]

cron/internal/bq/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-bq-transfer
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
27+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
2828
COPY --from=transfer /src/cron/internal/bq/data-transfer cron/internal/bq/data-transfer
2929
ENTRYPOINT ["cron/internal/bq/data-transfer"]

cron/internal/cii/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-cii-worker
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
27+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
2828
COPY --from=cii /src/cron/internal/cii/cii-worker cron/internal/cii/cii-worker
2929
ENTRYPOINT ["cron/internal/cii/cii-worker"]

cron/internal/controller/Dockerfile

+1-1
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:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
33+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
3434
COPY ./cron/internal/data/projects*csv cron/internal/data/
3535
COPY ./cron/internal/data/gitlab-projects-releasetest.csv cron/internal/data/
3636
COPY ./cron/internal/data/gitlab-projects.csv cron/internal/data/

cron/internal/webhook/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-webhook
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
27+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
2828
COPY --from=webhook /src/cron/internal/webhook/webhook cron/internal/webhook/webhook
2929
ENTRYPOINT ["cron/internal/webhook/webhook"]

cron/internal/worker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-worker
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
27+
FROM gcr.io/distroless/base:nonroot@sha256:23fa4a8575bc94e586b94fb9b1dbce8a6d219ed97f805369079eebab54c2cb23
2828
COPY --from=worker /src/cron/internal/worker/worker cron/internal/worker/worker
2929
ENTRYPOINT ["cron/internal/worker/worker"]

0 commit comments

Comments
 (0)