mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
d137b4ba28
commit
8ac2c035a5
3 changed files with 261 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue