Skip to content

Commit

Permalink
feat: Update docker-buildimage-caddy.yml
Browse files Browse the repository at this point in the history
- Add forward proxy module
- update version to 2.8.4
  • Loading branch information
gsmlg authored and GSMLG-BOT committed Sep 27, 2024
1 parent 152ee46 commit 20170b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-buildimage-caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.semantic.outputs.new_release_version }}
caddy_version: v2.7.6
caddy_version: v2.8.4
go_build_flags: "-trimpath -ldflags '-w s'"
caddy_with: >
--with github.com/caddy-dns/cloudflare
Expand All @@ -23,6 +23,7 @@ jobs:
--with github.com/gsmlg-dev/caddy-oauth2
--with github.com/caddyserver/cache-handler
--with github.com/caddyserver/replace-response
--with github.com/caddyserver/forwardproxy
--with github.com/greenpau/caddy-security
--with github.com/mholt/caddy-ratelimit
--with github.com/mholt/caddy-webdav
Expand Down
2 changes: 1 addition & 1 deletion docker/caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM caddy:builder-alpine AS builder

ARG CADDY_VERSION=v2.7.6
ARG CADDY_VERSION=v2.8.4
ARG CADDY_WITH
ARG USER
ARG TOKEN
Expand Down
3 changes: 2 additions & 1 deletion docker/caddy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Caddy

caddy verison `v2.7.4`
caddy verison `v2.8.4`

xcaddy build with

Expand All @@ -13,6 +13,7 @@ xcaddy build with
--with github.com/gsmlg-dev/caddy-oauth2
--with github.com/caddyserver/cache-handler
--with github.com/caddyserver/replace-response
--with github.com/caddyserver/forwardproxy
--with github.com/greenpau/caddy-security
--with github.com/mholt/caddy-ratelimit
--with github.com/mholt/caddy-webdav
Expand Down

0 comments on commit 20170b4

Please sign in to comment.