diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 90bc9a57e..e88adc99b 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -13,7 +13,7 @@ RUN bash meta/scripts/check-install-scripts.sh && npm ci --omit=dev --omit=optio RUN npm run build -FROM nginx:1.30.1-alpine +FROM nginx:1.31.3-alpine WORKDIR /patch