Update caddy:2.7.2-alpine Docker digest to 5fd734a
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
968d46f6db
commit
f68052a411
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.7.2-builder-alpine@sha256:eddeb3bb38ff251025328478ee47c27e35f8e85ee516c1392cae5aa897d232da AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.7.2-alpine@sha256:f5f7505e3a6b712e21e6f11fae5d79ed3ec6fee9bd4039c0b62c39511a205d9b
|
||||
FROM caddy:2.7.2-alpine@sha256:5fd734ad6071983a3d2a0563c38b7d982f4b21f94b3e9827fc8243cc7274a141
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.7.2-alpine@sha256:f5f7505e3a6b712e21e6f11fae5d79ed3ec6fee9bd4039c0b62c39511a205d9b
|
||||
image: caddy:2.7.2-alpine@sha256:5fd734ad6071983a3d2a0563c38b7d982f4b21f94b3e9827fc8243cc7274a141
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue