Skip to content

Commit

Permalink
Set alternatives to point to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Oct 10, 2024
1 parent b7a0a48 commit 154eef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/checkout/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN dnf --setopt=install_weak_deps=False install -q -y \
&& \
dnf clean all

RUN alternatives --install /usr/bin/node node /usr/bin/node-20 90 && \
alternatives --install /usr/bin/npm npm /usr/bin/npm-20 90

ENV APPUSER=appuser
ENV APPUID=1000
ENV APPGID=1000
Expand Down

0 comments on commit 154eef2

Please sign in to comment.