From 1f18655b14185762cb6e796a285623ed9716e645 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Nov 2022 17:53: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-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b42f3ca..8ba5488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ COPY --from=current /usr/share/nginx/html / # # To build current docs: # DOCKER_BUILDKIT=1 docker build -t docs . -FROM nginx:alpine AS deploy +FROM nginx:1.23.2-alpine AS deploy ENV TARGET=/usr/share/nginx/html WORKDIR $TARGET