mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-APT-1049974 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-GZIP-2444259 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094
This commit is contained in:
parent
d16e0f2726
commit
5ce30c3f7e
@ -1,4 +1,4 @@
|
||||
FROM nginx:1.17.3
|
||||
FROM nginx:1.22.1
|
||||
|
||||
RUN mkdir -p /usr/share/nginx/html
|
||||
COPY dist/ /usr/share/nginx/html
|
||||
|
Loading…
Reference in New Issue
Block a user