From 3bb8c0702d7683aa2088fc2da2d93508402e2e4d Mon Sep 17 00:00:00 2001 From: solidnerd Date: Sun, 25 Nov 2018 12:56:15 +0100 Subject: [PATCH] Update golang to 1.10.5 Signed-off-by: solidnerd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcee20f3..71ad4cb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ LABEL \ com.damagehead.gitlab.license=MIT ENV GITLAB_VERSION=${VERSION} \ - GOLANG_VERSION=1.10.4 \ RUBY_VERSION=2.5 \ + GOLANG_VERSION=1.10.5 \ GITLAB_WORKHORSE_VERSION=7.0.0 \ GITLAB_PAGES_VERSION=1.1.0 \ GITALY_SERVER_VERSION=0.125.1 \