From 2b7255fedf704f654aa032eeae76533876ae2a7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:28:42 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- gui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Dockerfile b/gui/Dockerfile index e22cd4e9..0970a827 100644 --- a/gui/Dockerfile +++ b/gui/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 as build +FROM node:20 as build WORKDIR /app COPY ./gui ./gui