From 29c3f2623e43e403baec839d8c1062a790193f11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 May 2022 03:07:03 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1246343 - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1090152 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 917d3f6..0fdb416 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.4.0-alpine +FROM node:14.19-alpine LABEL maintainer Trace Baxter "trace.baxter@parkhub.com" RUN apk add --update git