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