diff --git a/Dockerfile-core b/Dockerfile-core index fbd15143336..d25bfb77785 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -42,7 +42,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \ gcc g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev \ libevent-dev libjansson-dev libjemalloc-dev python3-dev python-setuptools && \ # node - wget -qO- https://deb.nodesource.com/setup_20.x | bash - && \ + wget -qO- https://deb.nodesource.com/setup_22.x | bash - && \ # data_migration (mongo clients) wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - && \ 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 && \