From 630be18f0bf8e52b1d97e51accb75e23b36d5ca5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 11:48:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326666 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326668 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326683 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f05ea6a..72f1bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # A temporary image that installs dependencies and # builds the production-ready front-end bundles. -FROM node:14.21.2-alpine as bundles +FROM node:14.21.3-alpine as bundles WORKDIR /usr/src/smee.io COPY package*.json ./ COPY webpack.config.js ./ @@ -13,7 +13,7 @@ RUN npm ci && npm run build && env NODE_ENV=production npm prune # -------------------------------------------------------------------------------- -FROM node:14.21.2-alpine +FROM node:14.21.3-alpine LABEL description="Smee.io" # Let's make our home