We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d7a6e commit bb40b8cCopy full SHA for bb40b8c
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:v0.1.82 AS production
+FROM ghcr.io/descope/caddy:v0.1.83 AS production
33
34
ENV PORT=8080
35
ENV WWW_ROOT=/www
0 commit comments