Skip to content

Commit

Permalink
fix(caddy): remove deprecated experimental_http3 option, upgrade to…
Browse files Browse the repository at this point in the history
… 2.7.4 (#19)

* fix(caddy): remove deprecated `experimental_http3` option

See https://github.com/caddyserver/caddy/releases/tag/v2.6.0

* chore(caddy): upgrade to 2.7.4
  • Loading branch information
lucasmirloup authored Oct 6, 2023
1 parent 54af8cc commit c4f9544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions proxy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
{$DEBUG}

local_certs

# HTTP/3 support
servers {
protocol {
experimental_http3
}
}
}

:443 {
Expand Down
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CADDY_VERSION=2.6.4
ARG CADDY_VERSION=2.7.4
FROM --platform=$BUILDPLATFORM caddy:${CADDY_VERSION}-builder-alpine AS builder

RUN xcaddy build \
Expand Down

0 comments on commit c4f9544

Please sign in to comment.