From c369a73a6fb0545de90d180f682f3d4d4f1becc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 07:16:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-6673955 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-6673958 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-6673967 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-6673973 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d35950d8..6309e435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:bullseye-slim +FROM node:22.1-bullseye-slim RUN apt update # components for whatsapp-web.js (support no-gui systems)