Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
2576172355 chore(deps): update caddy docker tag to v2.11.2
Some checks failed
Build / build (pull_request) Failing after 15s
2026-03-07 00:01:19 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -21,10 +21,10 @@ jobs:
password: ${{ secrets.PAT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile

View File

@@ -1,6 +1,6 @@
FROM caddy:2.10.2 AS base
FROM caddy:2.11.2 AS base
FROM caddy:2.10.2-builder-alpine AS caddybuild
FROM caddy:2.11.2-builder-alpine AS caddybuild
RUN xcaddy build \
--with github.com/greenpau/caddy-security \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \