From ac6da6812e469a1a30f720d363667bae6fedd9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:41:29 +0200 Subject: [PATCH] chore(deps): update node.js to v23 (#1049) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66183202..310795e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Intermediate build container for front-end resources -FROM docker.io/library/node:22.9.0-alpine as frontend +FROM docker.io/library/node:23.1.0-alpine as frontend # Easy to prune intermediary containers LABEL stage=build