Update caddy:2.8.4-alpine Docker digest to 896c6fb
All checks were successful
deploy / main (push) Successful in 19s

This commit is contained in:
Nebel 2024-06-21 22:00:32 +00:00
parent 55d7ff3f76
commit de0fe363d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.8.4-builder-alpine@sha256:9d57f6bb94ce91a5d354f975aeb69a1bd4cb7cb530d220ac57cc634c86728dbd AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.8.4-alpine@sha256:4215a674b064e34507e5b58395ec2e0775070a997e7e0e0663bd3933b6f37b5b
FROM caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]

View file

@ -1,6 +1,6 @@
services:
example:
image: caddy:2.8.4-alpine@sha256:4215a674b064e34507e5b58395ec2e0775070a997e7e0e0663bd3933b6f37b5b
image: caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
restart: unless-stopped
networks:
- caddy