From 9295eae6ce29af6f838f60d9aafb871dcdb58d55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 08:30:30 +0000 Subject: [PATCH] fix: apps/api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8690014 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8710358 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-8710358 --- apps/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 44c3be6a68..725af668c5 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.13.1-alpine AS base +FROM node:22.14.0-alpine AS base ENV NODE_ENV=production