Skip to content

Commit 8c08209

Browse files
committed
Bump container to NodeJS 22
1 parent d0e7862 commit 8c08209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ RUN echo "[git-annex]" >> /etc/yum.repos.d/git-annex.repo \
1010
&& echo "gpgcheck=0" >> /etc/yum.repos.d/git-annex.repo \
1111
&& echo "enabled=1" >> /etc/yum.repos.d/git-annex.repo
1212

13-
RUN dnf -y module enable nodejs:18
13+
RUN dnf -y module enable nodejs:22
1414

1515
RUN dnf install -y epel-release && \
16-
dnf -y install nodejs vim git rpmdevtools git-annex-standalone wget ruby jq ruby-devel make gcc-c++ mock postgresql-devel libxml2-devel libcurl-devel systemd-devel rpmlint \
16+
dnf -y install nodejs npm vim git rpmdevtools git-annex-standalone wget ruby jq ruby-devel make gcc-c++ mock postgresql-devel libxml2-devel libcurl-devel systemd-devel rpmlint \
1717
python3 python3-pip python3-ruamel-yaml python3-requests python3-packaging
1818

1919
RUN npm install npm2rpm --global

0 commit comments

Comments
 (0)