Update Node in dockerbuild environment (#2096)

This commit is contained in:
Michael Telatynski
2025-01-27 13:22:48 +00:00
committed by GitHub
parent 2e8bd93795
commit e0a605a953
2 changed files with 18 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ ENV FORCE_COLOR true
WORKDIR /project
ENV NODE_VERSION 20.15.1
ENV NODE_VERSION 20.18.2
ARG TARGETOS
ARG TARGETARCH
COPY setup.sh /setup.sh