From c8d0c87c178f23e5f857b73ba87863ce333d30dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:16:21 -0700 Subject: [PATCH] chore(deps): bump the docker group in /.github with 2 updates (#5202) * chore(deps): bump the docker group in /.github with 2 updates Bumps the docker group in /.github with 2 updates: distroless/base and distroless/base-debian12. Updates `distroless/base` from `786007f` to `1aae189` Updates `distroless/base-debian12` from `786007f` to `1aae189` --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production dependency-group: docker - dependency-name: distroless/base-debian12 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] * use docker compose instead of docker-compose --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey --- .github/Dockerfile-cloudrun | 2 +- .github/Dockerfile-release | 2 +- .github/Dockerfile-release-debug | 2 +- .github/Dockerfile-release-debug-nonroot | 2 +- .github/Dockerfile-release-nonroot | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/Dockerfile-cloudrun b/.github/Dockerfile-cloudrun index 0e91a5f96..c7ecf5017 100644 --- a/.github/Dockerfile-cloudrun +++ b/.github/Dockerfile-cloudrun @@ -2,7 +2,7 @@ FROM busybox:latest@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 as build RUN touch /config.yaml -FROM gcr.io/distroless/base:latest@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6 +FROM gcr.io/distroless/base:latest@sha256:1aae189e3baecbb4044c648d356ddb75025b2ba8d14cdc9c2a19ba784c90bfb9 ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium COPY pomerium* /bin/ diff --git a/.github/Dockerfile-release b/.github/Dockerfile-release index 1ebd90933..2372631be 100644 --- a/.github/Dockerfile-release +++ b/.github/Dockerfile-release @@ -1,7 +1,7 @@ FROM busybox:latest@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 as build RUN touch /config.yaml -FROM gcr.io/distroless/base-debian12:latest@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6 +FROM gcr.io/distroless/base-debian12:latest@sha256:1aae189e3baecbb4044c648d356ddb75025b2ba8d14cdc9c2a19ba784c90bfb9 ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium COPY pomerium /bin/ diff --git a/.github/Dockerfile-release-debug b/.github/Dockerfile-release-debug index 0acafef8d..7924ecd87 100644 --- a/.github/Dockerfile-release-debug +++ b/.github/Dockerfile-release-debug @@ -1,7 +1,7 @@ FROM busybox:latest@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 as build RUN touch /config.yaml -FROM gcr.io/distroless/base-debian12:debug@sha256:fe3521b45c4985199f810f7db472de6cd6164799ed13605db1d699011e860c23 +FROM gcr.io/distroless/base-debian12:debug@sha256:af772ed0ce52d8994acedc3ec84a9d22e9366dda8767f17d1bb2213b06beaff5 ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium COPY pomerium /bin/ diff --git a/.github/Dockerfile-release-debug-nonroot b/.github/Dockerfile-release-debug-nonroot index 7e3df3b33..79b7b08d3 100644 --- a/.github/Dockerfile-release-debug-nonroot +++ b/.github/Dockerfile-release-debug-nonroot @@ -1,7 +1,7 @@ FROM busybox:latest@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 as build RUN touch /config.yaml -FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:8c26ef9be997951f136778615affb58c4b8fda06c06f3abc17e68322228d884e +FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:8d946e4103571ec0e2f471eac7c4859a7f169686d222f5c8b2d9d391d6d1e50c ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium COPY pomerium /bin/ diff --git a/.github/Dockerfile-release-nonroot b/.github/Dockerfile-release-nonroot index 90fb5fde8..9c99fe2b9 100644 --- a/.github/Dockerfile-release-nonroot +++ b/.github/Dockerfile-release-nonroot @@ -1,7 +1,7 @@ FROM busybox:latest@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 as build RUN touch /config.yaml -FROM gcr.io/distroless/base-debian12:nonroot@sha256:53745e95f227cd66e8058d52f64efbbeb6c6af2c193e3c16981137e5083e6a32 +FROM gcr.io/distroless/base-debian12:nonroot@sha256:a9899ccd9868bbd8913c67f6807410abecf766bc9e3c718eb6248f7b3dfb9819 ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium COPY pomerium /bin/