Add Ruby 3.2 version of www-gitlab-com Docker image

This commit is contained in:
Evan Read 2023-03-06 05:54:13 +00:00 committed by Balasankar 'Balu' C
parent 1f51a02893
commit b5cc37433d
4 changed files with 28 additions and 3 deletions

View file

@ -20,9 +20,8 @@ function build_debian() {
apt-get install -yq --no-install-recommends imagemagick
# Install node & yarn
NODE_INSTALL_VERSION=16.14.2
YARN_INSTALL_VERSION=1.22.19
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
/scripts/install-node "$NODE_INSTALL_VERSION $YARN_INSTALL_VERSION" && node --version && yarn --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}"