mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'fix-rubies' into 'master'
Correct ruby versions in Dockerfiles See merge request !1
This commit is contained in:
commit
937c9e4dec
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3
|
||||
FROM ruby:2.2
|
||||
|
||||
ENV PACKAGES "git-core"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.2
|
||||
FROM ruby:2.3
|
||||
|
||||
ENV PACKAGES "git-core"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue