Bump Ruby 3 images to 3.0.4

This also drops the array.c patch for alising the
size method, since this was fixed upstream.
This commit is contained in:
Matthias Kaeppler 2022-05-13 10:08:49 +02:00
parent d137b4ba28
commit 8ac2c035a5
3 changed files with 261 additions and 3 deletions

View file

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