From a0fef2dfe2cdd977c0845b46711db252d36d0517 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 18:00:31 +0000 Subject: [PATCH] fix: images/develop/buster-slim/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-347558 - https://snyk.io/vuln/SNYK-DEBIAN10-UTILLINUX-2401082 --- images/develop/buster-slim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/develop/buster-slim/Dockerfile b/images/develop/buster-slim/Dockerfile index 6c8c918..c750c40 100644 --- a/images/develop/buster-slim/Dockerfile +++ b/images/develop/buster-slim/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex; \ ls -al ./target # Once application has been built, prepare production image -FROM node:lts-buster-slim +FROM node:16.15.0-slim # Add requirements and install application RUN set -ex; \