diff --git a/Dockerfile b/Dockerfile index 33c0239..9e80941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:19.3.0-alpine as build +FROM node:20.4.0-alpine as build ARG CLIENT_VERSION=master ARG CLIENT_REPO="https://github.com/etesync/etesync-web.git"