From 549d84ab6c548574ac113c116c3c14ab3f74c3cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Dec 2021 23:13:09 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585138 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585138 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 894bd2f..8b8016d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx +FROM nginx:1 COPY nginx.conf /etc/nginx/conf.d/default.conf COPY cashaddress.org.html /usr/share/nginx/html/index.html COPY favicon.ico /usr/share/nginx/html/favicon.ico