Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Nowotyński <maxmati4@gmail.com>2019-01-11 00:41:54 +0300
committerMateusz Nowotyński <maxmati4@gmail.com>2019-01-11 00:41:54 +0300
commit9f9944785d67265f8eb6d6ab9e25560e0c51c117 (patch)
tree08ac6f0634584584d77a476b741a2acc04ec969f
parentf5732c949835d75280fe1f485cfbbd6051b125c8 (diff)
Fix docker source image name
It fixes #1431
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 12e952066..11959e0ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@
# See the _support/load-cluster/docker-compose.yml for an example of how to use
# this image
#
-FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2-5-golang-1.11-git-2.18
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.5-golang-1.11-git-2.18
RUN mkdir -p /app/ruby