Fix Docker tooling for building native components (#1779)

This commit is contained in:
Michael Telatynski
2024-07-17 13:54:42 +01:00
committed by GitHub
parent effe3239db
commit 472aca04a2

View File

@@ -18,7 +18,9 @@ RUN ln -s /usr/bin/python3 /usr/bin/python & ln -s /usr/bin/pip3 /usr/bin/pip
ENV DEBUG_COLORS true
ENV FORCE_COLOR true
ENV NODE_VERSION 18.19.0
WORKDIR /project
ENV NODE_VERSION 20.15.1
ARG TARGETOS
ARG TARGETARCH
COPY setup.sh /setup.sh