mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-15 15:56:38 +02:00
chore(deps): bump the docker group in /.github with 3 updates (#5637)
Bumps the docker group in /.github with 3 updates: busybox, distroless/base and distroless/base-debian12. Updates `busybox` from `37f7b37` to `f85340b` Updates `distroless/base` from `2776987` to `cef75d1` Updates `distroless/base-debian12` from `2776987` to `cef75d1` --- updated-dependencies: - dependency-name: busybox dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: distroless/base dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: distroless/base-debian12 dependency-version: latest dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
02c9b7bccc
commit
37dc87b12f
5 changed files with 10 additions and 10 deletions
4
.github/Dockerfile-cloudrun
vendored
4
.github/Dockerfile-cloudrun
vendored
|
@ -1,8 +1,8 @@
|
|||
|
||||
FROM busybox:latest@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f AS build
|
||||
FROM busybox:latest@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base:latest@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
|
||||
FROM gcr.io/distroless/base:latest@sha256:cef75d12148305c54ef5769e6511a5ac3c820f39bf5c8a4fbfd5b76b4b8da843
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium* /bin/
|
||||
|
|
4
.github/Dockerfile-release
vendored
4
.github/Dockerfile-release
vendored
|
@ -1,7 +1,7 @@
|
|||
FROM busybox:latest@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f AS build
|
||||
FROM busybox:latest@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:latest@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
|
||||
FROM gcr.io/distroless/base-debian12:latest@sha256:cef75d12148305c54ef5769e6511a5ac3c820f39bf5c8a4fbfd5b76b4b8da843
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
4
.github/Dockerfile-release-debug
vendored
4
.github/Dockerfile-release-debug
vendored
|
@ -1,7 +1,7 @@
|
|||
FROM busybox:latest@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f AS build
|
||||
FROM busybox:latest@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:debug@sha256:02be0066ee51d3d8a77be84e7136df6b9946c46e114aa2ffc5f08027cc5840ff
|
||||
FROM gcr.io/distroless/base-debian12:debug@sha256:cc8cf191ad9028e8a2d2a88cf4d4ac8711dcaf679471590e176e04b818463bcf
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
4
.github/Dockerfile-release-debug-nonroot
vendored
4
.github/Dockerfile-release-debug-nonroot
vendored
|
@ -1,7 +1,7 @@
|
|||
FROM busybox:latest@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f AS build
|
||||
FROM busybox:latest@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:76acc040228aed628435f9951e0bee94f99645efabcdf362e94a8c70ba422f99
|
||||
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:5baa38c4513f1eeb010c1f6c6bbc5b2c244b40afce7d4100142be22024a48630
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
4
.github/Dockerfile-release-nonroot
vendored
4
.github/Dockerfile-release-nonroot
vendored
|
@ -1,7 +1,7 @@
|
|||
FROM busybox:latest@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f AS build
|
||||
FROM busybox:latest@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
|
||||
FROM gcr.io/distroless/base-debian12:nonroot@sha256:5c9b112e85b26632c6ba9ac874be9c6b20d61599f6087534ce2b9feeb7f6babf
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue