We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3f077 commit 15bd98bCopy full SHA for 15bd98b
Dockerfile
@@ -29,7 +29,7 @@ RUN caddy validate --config /etc/caddy/Caddyfile && \
29
30
# build the final image with the correct target architecture (dont specify target)
31
# Caddy is based on gcr.io/distroless/static-debian12:nonroot which does not contain /bin/sh so can't us RUN command here!
32
-FROM ghcr.io/descope/caddy:0.1.95 AS production
+FROM ghcr.io/descope/caddy:v0.1.96 AS production
33
34
ENV PORT=8080
35
ENV WWW_ROOT=/www
0 commit comments