From b4b968a13b3523b80fe4316162bdcc0cbfa159bc Mon Sep 17 00:00:00 2001 From: Zi Gao Date: Mon, 9 Jun 2025 00:23:33 +1000 Subject: [PATCH] updated node to 23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09d083d..48d7b22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -qy --no-install-recommends \ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && \ apt-get update && \ apt-get install -qy --no-install-recommends docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \ - curl -sL https://deb.nodesource.com/setup_22.x | sudo bash - && \ + curl -sL https://deb.nodesource.com/setup_23.x | sudo bash - && \ apt-get install -qy --no-install-recommends nodejs && \ rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/* && \ curl -fsSL https://dl.google.com/go/go1.24.4.linux-amd64.tar.gz | tar -C /usr/local -xz