From 4959e1ba4dfd6886df75c82249fc5de882cd61ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 04:24:04 +0000 Subject: [PATCH] fix: notification-server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- notification-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-server/Dockerfile b/notification-server/Dockerfile index 6fe14ddd..7fbbf541 100644 --- a/notification-server/Dockerfile +++ b/notification-server/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.5.1-alpine +FROM node:22.12.0-alpine WORKDIR /app