Specify node version to avoid NAPI keytar bug (#2168)

This commit is contained in:
Michael Telatynski
2025-02-28 10:23:49 +00:00
committed by GitHub
parent a546b28c62
commit a46985d91e
10 changed files with 14 additions and 15 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ ENV FORCE_COLOR true
WORKDIR /project
ENV NODE_VERSION 20.18.2
ARG TARGETOS
ARG TARGETARCH
COPY setup.sh /setup.sh
COPY .node-version dockerbuild/setup.sh /
RUN /setup.sh