Skip to content

Commit

Permalink
chore(deps): update docker.io/library/caddy docker tag to v2.9.1 (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 5ce3955 commit ea8454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-caddy-security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
ARG CADDYSECURITY_VERSION=v1.1.29


FROM docker.io/library/caddy:2.8.4-builder-alpine AS builder
FROM docker.io/library/caddy:2.9.1-builder-alpine AS builder

ARG CADDYSECURITY_VERSION
RUN xcaddy build \
--with "github.com/greenpau/caddy-security@${CADDYSECURITY_VERSION}"


FROM docker.io/library/caddy:2.8.4-alpine
FROM docker.io/library/caddy:2.9.1-alpine

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

0 comments on commit ea8454f

Please sign in to comment.