From 8ad191717fe8d74c238a7a7e5411eb1d5a0b7713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 05:05:41 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092933 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3092932 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 469d5603..345e1d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.2.0-alpine as builder +FROM node:18.20.4-alpine as builder WORKDIR /build COPY . ./ COPY ./images/ ./static/images