From d225f028513604c2f3cc318d5ea1f9f9a76cb8a1 Mon Sep 17 00:00:00 2001 From: TheNuclearNexus <39636175+TheNuclearNexus@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:42:00 -0500 Subject: [PATCH] fix: bump docker node version --- platforms/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/api/Dockerfile b/platforms/api/Dockerfile index b5b97b5..4273d60 100644 --- a/platforms/api/Dockerfile +++ b/platforms/api/Dockerfile @@ -12,7 +12,7 @@ RUN pip install --break-system-packages git+https://github.com/Smithed-MC/smithe RUN mkdir /usr/local/nvm ENV NVM_DIR /usr/local/nvm -ENV NODE_VERSION 18.17.1 +ENV NODE_VERSION 18.19.0 RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \ && . $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION \