1 Commits

Author SHA1 Message Date
renovate[bot]
e62ac2b55c Update nginx Docker tag to v1.29.0 2025-06-25 06:05:38 +00:00

View File

@@ -14,7 +14,7 @@ RUN yarn install
COPY ["src/", "./src"]
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