Update nginx Docker tag to v1.29.0

This commit is contained in:
renovate[bot]
2025-06-25 06:05:38 +00:00
committed by GitHub
parent 676131dba2
commit e62ac2b55c

View File

@@ -14,7 +14,7 @@ RUN yarn install
COPY ["src/", "./src"] COPY ["src/", "./src"]
RUN npm run Prod RUN npm run Prod
FROM nginx:1.27.4-alpine as Web FROM nginx:1.29.0-alpine as Web
RUN apk --update --no-cache upgrade RUN apk --update --no-cache upgrade