mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'nh/update-nodejs-version-to-18.17.0' into 'master'
Update Node.js version to 18.17.0 See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/702 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: Nao Hashizume <nhashizume@gitlab.com>
This commit is contained in:
commit
65a55a9100
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue