Update Ruby 2.7 and 3.x images

This commit is contained in:
Matthias Käppler 2022-11-29 14:49:45 +00:00 committed by Balasankar 'Balu' C
parent 1617cbdba8
commit 869acf7edd
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
FROM gcr.io/google.com/cloudsdktool/cloud-sdk as gcloud-sdk
FROM ruby:3.0.4-slim-bullseye
FROM ruby:3.0.5-slim-bullseye
# Install Google Cloud SDK for deploys via rsync
COPY --from=gcloud-sdk /usr/lib/google-cloud-sdk /usr/lib/google-cloud-sdk