mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'mk-ruby-3.0.3' into 'master'
Update Ruby 3 images to 3.0.3 See merge request gitlab-org/gitlab-build-images!457
This commit is contained in:
commit
bdce9cdb4c
5 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM gcr.io/google.com/cloudsdktool/cloud-sdk as gcloud-sdk
|
FROM gcr.io/google.com/cloudsdktool/cloud-sdk as gcloud-sdk
|
||||||
|
|
||||||
FROM ruby:3.0.2-slim-buster
|
FROM ruby:3.0.3-slim-buster
|
||||||
|
|
||||||
ADD /scripts/ /scripts/
|
ADD /scripts/ /scripts/
|
||||||
RUN /scripts/install-www-gitlab-com
|
RUN /scripts/install-www-gitlab-com
|
||||||
|
|
|
||||||
|
|
@ -227,8 +227,8 @@ function print_ruby_args() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
3.0|3.0.patched)
|
3.0|3.0.patched)
|
||||||
RUBY_VERSION="3.0.2"
|
RUBY_VERSION="3.0.3"
|
||||||
RUBY_DOWNLOAD_SHA256="5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1"
|
RUBY_DOWNLOAD_SHA256="3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*) echo "Unknown ruby version $1"; exit 1;
|
*) echo "Unknown ruby version $1"; exit 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue