From c9dd3e9305959c7cca141dfcd2bb014ffea8c9d7 Mon Sep 17 00:00:00 2001 From: guilhane Date: Mon, 17 Jun 2024 17:00:45 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d89b64..72eed52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js image as builder -FROM docker.io/library/node:16.4 as builder +FROM docker.io/library/node:22.3 as builder LABEL authors="Guilamb" # Set the working directory inside the container