We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4940ece + 82f2e9d commit 9ea710bCopy full SHA for 9ea710b
1 file changed
Containers/mastercontainer/Dockerfile
@@ -5,7 +5,7 @@ FROM docker:29.5.2-cli AS docker
5
ARG CADDY_REMOTE_HOST_HASH=e80a9931765a8dbcbb47db415863387f0df0e1b3
6
7
# Caddy is a requirement
8
-FROM caddy:2.11.3-builder-alpine AS caddy
+FROM caddy:2.11.4-builder-alpine AS caddy
9
RUN set -ex; \
10
xcaddy build --with github.com/muety/caddy-remote-host@"$CADDY_REMOTE_HOST_HASH"; \
11
/usr/bin/caddy list-modules
0 commit comments