mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +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
|
|
@ -5,7 +5,7 @@ ARG GCLOUD_VERSION=413.0.0
|
|||
# gsutil 5.18 unnecessarily requires the storage.buckets.get
|
||||
# permission: https://github.com/GoogleCloudPlatform/gsutil/issues/1663
|
||||
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:$GCLOUD_VERSION as gcloud-sdk
|
||||
FROM ruby:3.2.1-slim-bullseye
|
||||
FROM ruby:3.2.2-slim-bullseye
|
||||
|
||||
# Install Google Cloud SDK for deploys via rsync
|
||||
COPY --from=gcloud-sdk /usr/lib/google-cloud-sdk /usr/lib/google-cloud-sdk
|
||||
|
|
@ -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.14.2
|
||||
ENV NODE_INSTALL_VERSION=18.16.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