diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 86591c1..96dbeed 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -8,7 +8,7 @@ RUN npm ci --ignore-scripts && \ npm run build # Caddy -FROM caddy:2.6.4-alpine +FROM caddy:2.7-alpine # Copy static files and config COPY --from=build /app/dist /app/dist