mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update ruby in www-gitlab-com docker image to 2.4.x
This commit is contained in:
parent
c3c63d6d5a
commit
a2d0ca903c
2 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ node-8.9-chrome-63.0-yarn-1.2 test: *test_custom
|
|||
# Used by https://gitlab.com/gitlab-org/distribution/gitlab-provisioner/
|
||||
ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom
|
||||
|
||||
www-gitlab-com test: *test_build
|
||||
www-gitlab-com-2.4 test: *test_build
|
||||
gitlab-qa test: *test_build
|
||||
omnibus-gitlab-centos6 test: *test_build
|
||||
omnibus-gitlab-centos7 test: *test_build
|
||||
|
|
@ -151,7 +151,7 @@ golang-1.10-git-2.17: *build_and_deploy_custom
|
|||
# Used by https://gitlab.com/gitlab-org/distribution/gitlab-provisioner/
|
||||
ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom
|
||||
|
||||
www-gitlab-com: *build_and_deploy
|
||||
www-gitlab-com-2.4: *build_and_deploy
|
||||
gitlab-qa: *build_and_deploy
|
||||
omnibus-gitlab-centos6: *build_and_deploy
|
||||
omnibus-gitlab-centos7: *build_and_deploy
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3-slim
|
||||
FROM ruby:2.4-slim
|
||||
|
||||
ADD / /
|
||||
RUN /scripts/install-www-gitlab-com
|
||||
Loading…
Add table
Add a link
Reference in a new issue