mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
chore(deps): bump the docker group in /.github with 3 updates (#5354)
Bumps the docker group in /.github with 3 updates: busybox, distroless/base and distroless/base-debian12. Updates `busybox` from `c230832` to `768e5c6` Updates `distroless/base` from `6ae5fe6` to `8fe31fb` Updates `distroless/base-debian12` from `6ae5fe6` to `8fe31fb` --- updated-dependencies: - dependency-name: busybox dependency-type: direct:production dependency-group: docker - 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6bb541a331
commit
dc427a4078
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:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 AS build
|
||||
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base:latest@sha256:6ae5fe659f28c6afe9cc2903aebc78a5c6ad3aaa3d9d0369760ac6aaea2529c8
|
||||
FROM gcr.io/distroless/base:latest@sha256:8fe31fb9d159141d9c3ff99f1fd287239d89d97ea95fea1f08f82ea5f2b544da
|
||||
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:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 AS build
|
||||
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:latest@sha256:6ae5fe659f28c6afe9cc2903aebc78a5c6ad3aaa3d9d0369760ac6aaea2529c8
|
||||
FROM gcr.io/distroless/base-debian12:latest@sha256:8fe31fb9d159141d9c3ff99f1fd287239d89d97ea95fea1f08f82ea5f2b544da
|
||||
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:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 AS build
|
||||
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:debug@sha256:662eaa2606087124ac1fc108291ecad341f6376ce6fa28ac7e1655ec76c6e6d9
|
||||
FROM gcr.io/distroless/base-debian12:debug@sha256:29160befd6389ab5784858ad88459281bac1dcd739ab74e3e80d1e1a23e3987e
|
||||
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:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 AS build
|
||||
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:254c9629c6fad3f34af7ae24d76a74df0b4f436fc778d57d422721ad95ec31a2
|
||||
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:2d0f47e5034542a240f52dd4007891c44e5fd0a13db33e1ae26ee83892d8a1e3
|
||||
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:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 AS build
|
||||
FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 AS build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base-debian12:nonroot@sha256:e5260be292def77bc70d03003f788f3d32c0796972ea1412d72cc0c843ab139a
|
||||
FROM gcr.io/distroless/base-debian12:nonroot@sha256:c3584d9160af7bbc6a0a6089dc954d0938bb7f755465bb4ef4265aad0221343e
|
||||
ENV AUTOCERT_DIR=/data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium /bin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue