From 3f9f9f418c581e070209df02c52a34e45acff590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 02:28:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2434420 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8a8e4bb..0ff9fb43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile will install app dependencies and run lint+unit tests before # creating a production build of the app. -FROM node:14.18-alpine as base +FROM node:14.19.0-alpine as base LABEL maintainer="hedgecock.d@gmail.com" WORKDIR /usr/src/app