mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-08 12:28:18 +02:00
chore(deps): bump distroless/base in /.github
Bumps distroless/base from `b0216a3` to `46c5b9b`. --- updated-dependencies: - dependency-name: distroless/base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b141e97ac2
commit
f620345d15
1 changed files with 1 additions and 1 deletions
2
.github/Dockerfile-cloudrun
vendored
2
.github/Dockerfile-cloudrun
vendored
|
@ -2,7 +2,7 @@
|
|||
FROM busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 as build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/base:latest@sha256:b0216a38315e7d4e14a70338f4bcfdf622bcd2ca2f3fcb48de446c4bb51f7243
|
||||
FROM gcr.io/distroless/base:latest@sha256:46c5b9bd3e3efff512e28350766b54355fce6337a0b44ba3f822ab918eca4520
|
||||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium* /bin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue