Skip to content

Commit bb40b8c

Browse files
authored
chore(deps): update ghcr.io/descope/caddy docker tag to v0.1.83 (#1064)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 00d7a6e commit bb40b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN caddy validate --config /etc/caddy/Caddyfile && \
2929

3030
# build the final image with the correct target architecture (dont specify target)
3131
# 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
32+
FROM ghcr.io/descope/caddy:v0.1.83 AS production
3333

3434
ENV PORT=8080
3535
ENV WWW_ROOT=/www

0 commit comments

Comments
 (0)