Update caddy:2.7.4-alpine Docker digest to 11ae052
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
e73a94dc09
commit
6edc889afb
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.7.4-builder-alpine@sha256:43c5546a66c80f9849eba0fcd513efa91d044b4a0bed30db8602df07a8a66ef2 AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.7.4-alpine@sha256:edb00a586049fdfce27c79f38212bde1ddff25bab10d04925e7931da5bdea14c
|
||||
FROM caddy:2.7.4-alpine@sha256:11ae052d9015105757d19caf86dc51fc14403841f2b65e93fe320f4d0e197385
|
||||
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.4-alpine@sha256:edb00a586049fdfce27c79f38212bde1ddff25bab10d04925e7931da5bdea14c
|
||||
image: caddy:2.7.4-alpine@sha256:11ae052d9015105757d19caf86dc51fc14403841f2b65e93fe320f4d0e197385
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue