diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0676c2550..ebcef0780 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -7,7 +7,7 @@ COPY . ./ RUN npm run deploy # Deploy using Caddy to host static files -FROM caddy:2.9.1-alpine +FROM caddy:2.10.0-alpine RUN apk add --no-cache ca-certificates # Copy static files, verify Caddyfile formatting