diff --git a/Dockerfile b/Dockerfile index 4aec3d6be..13d8c7e5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CADDY_BUILD=1 yarn build --mode ${BUILD_MODE} ######################################## # Actual webserver image ######################################## -FROM caddy:2.6.4-alpine +FROM caddy:2.8.4-alpine WORKDIR /app COPY --from=builder /app/dist /app