Compare commits

...

8 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
15acefd0ad Merge pull request 'chore(deps): update caddy docker tag to v2.10.0' (#7) from renovate/caddy-2.x into main
All checks were successful
Build / build (push) Successful in 2m41s
Reviewed-on: #7
2025-05-23 08:19:25 +12:00
Renovate Bot
b92a44b05a chore(deps): update caddy docker tag to v2.10.0
All checks were successful
Build / build (pull_request) Successful in 2m24s
2025-04-22 06:01:07 +00:00
545da65e7f Merge pull request 'chore(deps): update caddy docker tag to v2.9.1' (#6) from renovate/caddy-2.x into main
All checks were successful
Build / build (push) Successful in 3m0s
Reviewed-on: https://git.nice.net.nz/hads/caddy-docker/pulls/6
2025-01-10 10:06:00 +13:00
Renovate Bot
bed3cc1264 chore(deps): update caddy docker tag to v2.9.1
Some checks failed
Build / build (pull_request) Failing after 13s
2025-01-08 23:00:23 +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.8.4 AS base FROM caddy:2.10.2 AS base
FROM caddy:2.8.4-builder-alpine AS caddybuild FROM caddy:2.10.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 \