Merge pull request #1860 from Shuffle/snyk-fix-22eb3d596fd554b90a36a3cd63bff74d

[Snyk] Security upgrade nginx from 1.29.0 to 1.29.3
This commit is contained in:
Frikky
2025-11-12 11:38:29 +01:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
Executable → Regular
+1 -1
View File
@@ -27,7 +27,7 @@ COPY ./*.json /usr/src/app/
RUN npm run build --loglevel verbose 2>&1
# Production environment
FROM nginx:1.29.0
FROM nginx:1.29.3
RUN mkdir -p /usr/share/nginx/html/build
RUN mkdir -p /usr/share/nginx/html/css