Compare commits

...

4 Commits

Author SHA1 Message Date
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
01398d97ce Merge pull request 'chore(deps): update caddy docker tag to v2.10.2' (#9) from renovate/caddy-2.x into main
All checks were successful
Build / build (push) Successful in 5m45s
Reviewed-on: #9
2025-08-27 21:17:08 +12:00
Renovate Bot
10d32f0238 chore(deps): update caddy docker tag to v2.10.2
All checks were successful
Build / build (pull_request) Successful in 5m41s
2025-08-26 00:01:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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