diff --git a/Dockerfile b/Dockerfile index a98295eaf..50526ec6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN NODE_ENV=production CADDY_BUILD=1 yarn build ######################################## # webserver image ######################################## -FROM caddy:2.1.1-alpine +FROM caddy:2.6.1-alpine WORKDIR /app COPY --from=builder /app/dist /app