mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Correct ruby versions in Dockerfiles
This commit is contained in:
parent
1f71111819
commit
0287593dba
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"
|
ENV PACKAGES "git-core"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.2
|
FROM ruby:2.3
|
||||||
|
|
||||||
ENV PACKAGES "git-core"
|
ENV PACKAGES "git-core"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue