Skip to content

Commit c5a927b

Browse files
authored
Fix CADDY_VERSION to use specific version 0.1.79 (#1056)
1 parent 7da58d2 commit c5a927b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22
ARG NODE_VERSION=18
3-
ARG CADDY_VERSION=0.1.79
43
ARG HTML_DIR=/usr/share/nginx/html
54
ARG REACT_APP_DESCOPE_BASE_URL="https://api.descope.com"
65
ARG 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

3534
ENV PORT=8080
3635
ENV WWW_ROOT=/www

0 commit comments

Comments
 (0)