Skip to content

Commit 428e093

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 `fb282f8` to `a557d78` Updates `distroless/base` from `fb282f8` to `a557d78` Updates `distroless/base` from `fb282f8` to `a557d78` Updates `distroless/base` from `fb282f8` to `a557d78` Updates `distroless/base` from `fb282f8` to `a557d78` Updates `distroless/base` from `fb282f8` to `a557d78` --- updated-dependencies: - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless - dependency-name: distroless/base dependency-version: nonroot dependency-type: direct:production dependency-group: distroless ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 916bfc5 commit 428e093

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

clients/githubrepo/roundtripper/tokens/server/Dockerfile

Lines changed: 1 addition & 1 deletion
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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
27+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
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

Lines changed: 1 addition & 1 deletion
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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
27+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
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

Lines changed: 1 addition & 1 deletion
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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
27+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
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

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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
33+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
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

Lines changed: 1 addition & 1 deletion
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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
27+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
2828
COPY --from=webhook /src/cron/internal/webhook/webhook cron/internal/webhook/webhook
2929
ENTRYPOINT ["cron/internal/webhook/webhook"]

cron/internal/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
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:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
27+
FROM gcr.io/distroless/base:nonroot@sha256:a557d784ac275c287d2bdf3172f47bece8d2a0ef3c0fdefb712e95084a04a562
2828
COPY --from=worker /src/cron/internal/worker/worker cron/internal/worker/worker
2929
ENTRYPOINT ["cron/internal/worker/worker"]

0 commit comments

Comments
 (0)