From 5d32fd03f80a012958f5affe88cf1a65d70ad809 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 08:02:40 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063711 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063711 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179541 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15f285b..50e325e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM nginx:1.22.0-alpine +FROM nginx:1.23.3-alpine LABEL MAINTAINER="Dipankar Das " COPY . /usr/share/nginx/html WORKDIR /usr/share/nginx/html