Skip to content

Commit

Permalink
FEATURE: Update node to version 22.x (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored Jan 13, 2025
1 parent d4ebd31 commit b345430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN --mount=type=tmpfs,target=/var/log \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -; \
echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list; \
# node packages
curl --silent --location https://deb.nodesource.com/setup_18.x | sudo bash -; \
curl --silent --location https://deb.nodesource.com/setup_22.x | sudo bash -; \
# setup anacron, rsyslog, initctl
sed -i -e 's/start -q anacron/anacron -s/' /etc/cron.d/anacron; \
sed -i.bak 's/$ModLoad imklog/#$ModLoad imklog/' /etc/rsyslog.conf; \
Expand Down

0 comments on commit b345430

Please sign in to comment.