mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 15:29:48 +02:00
envoy: Switch to distroless/base for releases (#810)
This commit is contained in:
parent
44cf1fba1f
commit
914b952854
1 changed files with 1 additions and 1 deletions
2
.github/Dockerfile-release
vendored
2
.github/Dockerfile-release
vendored
|
@ -1,7 +1,7 @@
|
|||
FROM busybox:latest as build
|
||||
RUN touch /config.yaml
|
||||
|
||||
FROM gcr.io/distroless/static
|
||||
FROM gcr.io/distroless/base
|
||||
ENV AUTOCERT_DIR /data/autocert
|
||||
WORKDIR /pomerium
|
||||
COPY pomerium* /bin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue