mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-01 15:14:38 +02:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nginx:1.22.1
|
||||
FROM nginx:1.24
|
||||
|
||||
RUN mkdir -p /usr/share/nginx/html
|
||||
COPY dist/ /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user