Compare commits

..

3 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
50df5b0c9c Merge pull request 'chore(deps): update actions/checkout action to v6' (#10) from renovate/actions-checkout-6.x into main
All checks were successful
Build / build (push) Successful in 5m36s
Reviewed-on: #10
2025-12-11 10:57:45 +13:00
Renovate Bot
807d6e730f chore(deps): update actions/checkout action to v6
Some checks failed
Build / build (pull_request) Failing after 1s
2025-11-22 18:01:10 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Login to Docker registry - name: Login to Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v3

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 \ RUN xcaddy build \
--with github.com/greenpau/caddy-security \ --with github.com/greenpau/caddy-security \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \ --with github.com/lucaslorentz/caddy-docker-proxy/v2 \