Update caddy:2.7.4-alpine Docker digest to edb00a5
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
72ce67b68e
commit
e73a94dc09
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:a4b2a603c5f188268fa63c56b000e6198508f290789d811e237e07d99dddc28d
|
||||
FROM caddy:2.7.4-alpine@sha256:edb00a586049fdfce27c79f38212bde1ddff25bab10d04925e7931da5bdea14c
|
||||
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:a4b2a603c5f188268fa63c56b000e6198508f290789d811e237e07d99dddc28d
|
||||
image: caddy:2.7.4-alpine@sha256:edb00a586049fdfce27c79f38212bde1ddff25bab10d04925e7931da5bdea14c
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue