Skip to content

Commit 6dd40bd

Browse files
dependabot[bot]gabrielsoltz
authored andcommitted
🌱 Bump the distroless group across 6 directories with 1 update (ossf#4814)
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 `06c713c` to `10136f3` Updates `distroless/base` from `06c713c` to `10136f3` Updates `distroless/base` from `06c713c` to `10136f3` Updates `distroless/base` from `06c713c` to `10136f3` Updates `distroless/base` from `06c713c` to `10136f3` Updates `distroless/base` from `06c713c` to `10136f3` --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Gabriel Alejandro Soltz <[email protected]>
1 parent b864b9b commit 6dd40bd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
27+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
27+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
27+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
33+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
27+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
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:06c713c675e983c5aea030592b1d635954218d29c4db2f8ec66912da1b87e228
27+
FROM gcr.io/distroless/base:nonroot@sha256:10136f394cbc891efa9f20974a48843f21a6b3cbde55b1778582195d6726fa85
2828
COPY --from=worker /src/cron/internal/worker/worker cron/internal/worker/worker
2929
ENTRYPOINT ["cron/internal/worker/worker"]

0 commit comments

Comments
 (0)