From 7c609e320bc0033c37827c343e2fecd1a620c35d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 15:22:33 +0000 Subject: [PATCH] fix: Dockerfile.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5969351 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5969352 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5969356 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 530651e..10dcf65 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ COPY . . RUN cargo install --no-default-features --path . -FROM node:20.6.1-alpine3.17 +FROM node:20.8.1-alpine3.17 ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true" \ NODE_ENV="development" \