File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22ARG NODE_VERSION=18
3- ARG CADDY_VERSION=0.1.79
43ARG HTML_DIR=/usr/share/nginx/html
54ARG REACT_APP_DESCOPE_BASE_URL="https://api.descope.com"
65ARG REACT_APP_CONTENT_BASE_URL="https://static.descope.com/pages"
@@ -30,7 +29,7 @@ RUN caddy validate --config /etc/caddy/Caddyfile && \
3029
3130# build the final image with the correct target architecture (dont specify target)
3231# Caddy is based on gcr.io/distroless/static-debian12:nonroot which does not contain /bin/sh so can't us RUN command here!
33- FROM ghcr.io/descope/caddy:v${CADDY_VERSION} AS production
32+ FROM ghcr.io/descope/caddy:v0.1.79 AS production
3433
3534ENV PORT=8080
3635ENV WWW_ROOT=/www
You can’t perform that action at this time.
0 commit comments