From 273fa4c5595acfb88f496f5f5c845faeb7a2de89 Mon Sep 17 00:00:00 2001 From: git-malik <59745899+git-malik@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:16:43 +0200 Subject: [PATCH] Vulnerability fix - Attempt 1 I tried to fix some medium vulnerabilites found in the docker image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9377f6..d2ad3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.3 +FROM node:20.3-slim EXPOSE 3000 ENV NODE_ENV=production