#643: Fixed security issues in launch branch as well

This commit is contained in:
frikky
2021-12-30 18:34:00 +01:00
parent ed0c6250d6
commit 287c254360
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN rm -rf /usr/src/app/node_modules/webpack
RUN yarn build
# Production environment
FROM nginx:1.21.3
FROM nginx:1.21.5
RUN mkdir -p /usr/share/nginx/html/build
RUN mkdir -p /usr/share/nginx/html/css