From 126f9c37b6bcfef05ccadc2328e9df96c887100c Mon Sep 17 00:00:00 2001 From: Nao Hashizume Date: Wed, 26 Jul 2023 16:10:33 +0000 Subject: [PATCH] Update Node.js version to 18.17.0 --- Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.2-node-18 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.2-node-18 b/Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.2-node-18 index 93ad032..894227a 100644 --- a/Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.2-node-18 +++ b/Dockerfile.www-gitlab-com-debian-bullseye-ruby-3.2-node-18 @@ -15,7 +15,7 @@ RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f -executable -exec ln ADD /scripts/ /scripts/ ADD /patches /patches/ -ENV NODE_INSTALL_VERSION=18.16.0 +ENV NODE_INSTALL_VERSION=18.17.0 ENV YARN_INSTALL_VERSION=1.22.19 RUN /scripts/install-www-gitlab-com