From 50c4df5f64f6895595f86832acb99561d629291c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 00:11:38 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466505 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466508 - https://snyk.io/vuln/SNYK-DEBIAN9-FILE-473950 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-537142 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-429367 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 80c7f95..36322f5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # Use the base image with Node.js 12.0.0 -FROM node:12.0.0 +FROM node:12.22.1 # Copy the current directory into the Docker image RUN apt-get install -y curl