From 10afbcfe2fee61e05cd9a4d8a577ca8a710f0306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:03:21 +0000 Subject: [PATCH] Update Node.js to v20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33c0239..78127b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:19.3.0-alpine as build +FROM node:20.12.0-alpine as build ARG CLIENT_VERSION=master ARG CLIENT_REPO="https://github.com/etesync/etesync-web.git"