From c9c4c859e53d1df99126a4c5333462b036d7053c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Apr 2023 21:20:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179541 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 487aa3d..883f297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build environment -ARG TARGET=nginx:1.23.2-alpine +ARG TARGET=nginx:1.24-alpine FROM docker.io/node:16.14-buster as build ARG SEGMENT_API_KEY