Skip to content

Commit

Permalink
chore(deps): update docker.io/caddy:2.8.4-alpine docker digest to f74…
Browse files Browse the repository at this point in the history
…e612
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent f92ad54 commit ce9a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/application/files/caddy/caddy/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN --mount=type=cache,target=/go/pkg,sharing=locked \
xcaddy build \
--with github.com/caddy-dns/porkbun

FROM docker.io/caddy:2.8.4-alpine@sha256:5d4e02f275d12136a8e0a487e765ce459a00d49e23b543e9cd8190562ec5d27b
FROM docker.io/caddy:2.8.4-alpine@sha256:f74e612ae3211e928f25626baae1f851743a6c3521c25ff8b10b2f5b30b9b298

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
2 changes: 1 addition & 1 deletion roles/application/files/ddns/ddns/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN --mount=type=cache,target=/go/pkg,sharing=locked \
--with github.com/caddy-dns/porkbun \
--with github.com/mholt/caddy-dynamicdns

FROM docker.io/caddy:2.8.4-alpine@sha256:5d4e02f275d12136a8e0a487e765ce459a00d49e23b543e9cd8190562ec5d27b
FROM docker.io/caddy:2.8.4-alpine@sha256:f74e612ae3211e928f25626baae1f851743a6c3521c25ff8b10b2f5b30b9b298

COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 comments on commit ce9a19b

Please sign in to comment.