From faddb2333879caa65ba6fce5663ec8ad6c73ec10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Mar 2022 19:28:36 +0000 Subject: [PATCH] fix: 14-alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- 14-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14-alpine/Dockerfile b/14-alpine/Dockerfile index 202dbc3..d123e75 100644 --- a/14-alpine/Dockerfile +++ b/14-alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.17.0-alpine3.10 +FROM node:17.6-slim RUN apk add --no-cache make gcc g++ git curl && \ rm -rf /tmp/* /var/cache/apk/* /root/.npm /root/.node-gyp ; mkdir -p /var/www ; \