mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Make image based on Ruby 3.2.2 and Node.js 18.16.0
This commit is contained in:
parent
24deb3db06
commit
800aeab3d8
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ function build_debian() {
|
|||
apt-get install -yq --no-install-recommends imagemagick
|
||||
|
||||
# Install node & yarn
|
||||
/scripts/install-node "${NODE_INSTALL_VERSION} ${YARN_INSTALL_VERSION}"
|
||||
/scripts/install-node "${NODE_INSTALL_VERSION}" "${YARN_INSTALL_VERSION}"
|
||||
|
||||
# Install gitlab-runner
|
||||
curl -O -J -L "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-linux-${TARGETARCH:-amd64}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue