Skip to content

Commit

Permalink
Fix Docker tooling for building native components (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jul 17, 2024
1 parent effe323 commit 472aca0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 472aca0

Please sign in to comment.