From 731acaf18435083e3db0379a783b12c069d82d0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jan 2024 12:41:00 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://dev.snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://dev.snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://dev.snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://dev.snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 680a528..713f7ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.21-alpine +FROM nginx:1.24-alpine RUN apt-get install -y imagemagick