Skip to content

Commit

Permalink
Merge pull request #1168 from mcneilco/ACAS-762-revert
Browse files Browse the repository at this point in the history
ACAS-762-revert
  • Loading branch information
brianbolt authored Jan 9, 2025
2 parents 0e16fe3 + 2f581ea commit 80e0a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_VERSION 20.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 80e0a66

Please sign in to comment.