diff options
author | Stan Hu <stanhu@gmail.com> | 2018-04-07 22:42:06 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-04-07 22:42:06 -0700 |
commit | 13c6d6eabe70852aeffb7cadfbd170f1cc79fced (patch) | |
tree | 464dc813569555c3a68f34e39879825183bb0ddb /.gitlab-ci.yml | |
parent | dd552d06f6e39d5e6138a33bd7c1bffb2d3dbb1d (diff) | |
download | gitlab-ce-13c6d6eabe70852aeffb7cadfbd170f1cc79fced.tar.gz |
Bump Ruby to 2.3.7 and git to 2.17.0 in CI image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0719221221..5645964678f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.7-golang-1.9-git-2.17-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6" .dedicated-runner: &dedicated-runner retry: 1 |