diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 8374ebe49b..02c0612c64 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -13,7 +13,7 @@ RUN npm install --omit=dev --omit=optional RUN npm run build -FROM nginx:1.27.0-alpine +FROM nginx:1.29.0-alpine WORKDIR /patch