Skip to content

Commit

Permalink
Merge pull request #1151 from mcneilco/release/2024.1.x
Browse files Browse the repository at this point in the history
⬆️ Upmerge release/2024.1.x to release/2024.2.x
  • Loading branch information
brianbolt authored Apr 10, 2024
2 parents eedefc6 + c001b83 commit 1cd025f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_VERSION 18.x
RUN curl -fsSL https://rpm.nodesource.com/setup_$NODE_VERSION | bash - && \
dnf install -y nodejs
# ACAS-762 temporary fix for npm multi-arch build issue. Remove when Node is updated to > 18.20.1 and fix is confirmed
RUN npm install npm@10.5.1 -g

# ACAS
RUN useradd -u 1000 -ms /bin/bash runner
Expand Down

0 comments on commit 1cd025f

Please sign in to comment.