diff --git a/Dockerfile.template b/Dockerfile.template index 27d1d849..78814648 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,7 +1,7 @@ ARG ARCH=%%BALENA_ARCH%% ARG FATRW_VERSION=0.2.9 -ARG NODE="nodejs<19" -ARG NPM="npm<10" +ARG NODE="nodejs~=18" +ARG NPM="npm~=9" ARG ALPINE_VERSION="3.18" ###################################################