From 0093c454690afb92a8a5e93ad52404cb7514aee5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 21:26:38 +0000 Subject: [PATCH 1/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-537149 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-5461944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-5461946 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 881a4a8b..346e674a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:hydrogen-buster +FROM node:23-bookworm-slim COPY graphserver.js . COPY package.json . COPY UScities.json . From 2798937acad28db8002fd3cb78dfc666d0be7f80 Mon Sep 17 00:00:00 2001 From: zakbaum Date: Thu, 17 Oct 2024 18:17:59 -0400 Subject: [PATCH 2/2] Update Dockerfile back in my repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 346e674a..881a4a8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23-bookworm-slim +FROM node:hydrogen-buster COPY graphserver.js . COPY package.json . COPY UScities.json .