From 188648114c8c90cdc32848a34a2bfc10f689bc3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 May 2023 10:33:29 +0000 Subject: [PATCH] fix: build/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5422116 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5422116 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index aef5abb..778cb60 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.2-alpine +FROM nginx:1.24-alpine COPY startup.sh / COPY nginx-server.conf /etc/nginx/conf.d/default.conf