From a71b813cd707cbb594ec9ecc22d016d79b164e58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 08:44:00 +0000 Subject: [PATCH] fix: server/Dockerfile.prisma to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6255385 --- server/Dockerfile.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile.prisma b/server/Dockerfile.prisma index 7642c11..6df3269 100644 --- a/server/Dockerfile.prisma +++ b/server/Dockerfile.prisma @@ -1,4 +1,4 @@ -FROM node:20.7.0-slim +FROM node:20.17-slim # Required for prisma binary used RUN apt-get update && apt-get install -y openssl