Update caddy:2.7.2-alpine Docker digest to fa4988b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nebel 2023-08-09 05:01:49 +00:00
parent 9aab09b562
commit 27f7fbbfc9
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.7.2-builder-alpine@sha256:5bd8ba0e2c8b19c4986e116606100c75ba21579a82fe86cc87e0574f5100c963 AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.2-alpine@sha256:e9906c7864e06628e2933acdc2e269509289e14b630c9691344d583fa16a0588
FROM caddy:2.7.2-alpine@sha256:fa4988bd8dc2df962ba39a1621de3d0aad2c725fbdec99f3ae81f704e818943e
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.7.2-alpine@sha256:e9906c7864e06628e2933acdc2e269509289e14b630c9691344d583fa16a0588
image: caddy:2.7.2-alpine@sha256:fa4988bd8dc2df962ba39a1621de3d0aad2c725fbdec99f3ae81f704e818943e
restart: unless-stopped
networks:
- caddy