From 193680dca3279761ec9e76ce57473e089987f1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Guti=C3=A9rrez?= <34506328+sg-gs@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:58:45 +0200 Subject: [PATCH] cd: update node version to 18 on share environment --- infrastructure/share/share.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/share/share.Dockerfile b/infrastructure/share/share.Dockerfile index 63193542e..fd2d987ff 100644 --- a/infrastructure/share/share.Dockerfile +++ b/infrastructure/share/share.Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.12 +FROM node:18-alpine RUN apk update RUN apk add nginx git