From 50057deca91409475bfb9cba428e7867498d2601 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 12 Feb 2023 17:43:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#260) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314623 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 312983ad..b97e3d94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.12.1-alpine3.16 as base +FROM --platform=linux/amd64 node:18-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3