Make image based on Ruby 3.2.2 and Node.js 18.16.0

This commit is contained in:
Evan Read 2023-04-20 04:45:56 +00:00 committed by Stan Hu
parent 24deb3db06
commit 800aeab3d8
2 changed files with 3 additions and 3 deletions

View file

@ -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