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:
authorjramsay <git@zjvandeweg.nl>2019-11-15 17:07:44 +0300
committerjramsay <git@zjvandeweg.nl>2019-11-15 17:07:45 +0300
commit5275939797618b4789508c3c94b4c3ebae756b45 (patch)
treec3c954ae9840cf649056351f3206d9bab96fe47e /Dockerfile
parent5b8ea5450f5eb2323d2359b21da381519ca0a401 (diff)
Drop support for Go 1.11
Closes: https://gitlab.com/gitlab-org/gitaly/issues/2076
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b2976948a..32b36f8ba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,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.6-golang-1.11-git-2.21
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.12-git-2.22
RUN mkdir -p /app/ruby