From f16cc1d40d0efcf1f3e1ba0dd2e61de7fa2bd045 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 14:16:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-2440608 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314653 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2434419 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2e1952..68a77f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:16.13.0-alpine +FROM --platform=linux/amd64 node:16.20.2-alpine # Set work directory WORKDIR /service