Skip to content

Commit f073f32

Browse files
authored
Update Node.js setup script to version 22.x
1 parent c29be06 commit f073f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
4242
gcc g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev \
4343
libevent-dev libjansson-dev libjemalloc-dev python3-dev python-setuptools && \
4444
# node
45-
wget -qO- https://deb.nodesource.com/setup_20.x | bash - && \
45+
wget -qO- https://deb.nodesource.com/setup_22.x | bash - && \
4646
# data_migration (mongo clients)
4747
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - && \
4848
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list && \

0 commit comments

Comments
 (0)