From e42bd1ce3e068716025494d632ab36835fe5613b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2024 15:53:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5843454 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 180283e..e58aa64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base de imagen de Node.js -FROM node:18.16.0-alpine +FROM node:18.19.0-alpine # Establecer el directorio de trabajo dentro del contenedor WORKDIR /app