From db9bd2649058b29033b0989506e051d8926e89c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Feb 2023 21:06:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3105822 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326666 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326668 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326684 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8a8e4bb..391b4f1e 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.21.3-alpine as base LABEL maintainer="hedgecock.d@gmail.com" WORKDIR /usr/src/app