diff --git a/Changelog.md b/Changelog.md index 10614cbb..a4012119 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,9 @@ This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG]( https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list of changes in GitLab. +**11.4.4** +- golang: update to 1.10.4 + **11.4.3** - gitlab: upgrade CE to v11.4.3 diff --git a/Dockerfile b/Dockerfile index 66b499a8..322ce056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="sameer@damagehead.com" ENV GITLAB_VERSION=11.4.3 \ RUBY_VERSION=2.4 \ - GOLANG_VERSION=1.10.3 \ + GOLANG_VERSION=1.10.4 \ GITLAB_SHELL_VERSION=8.3.3 \ GITLAB_WORKHORSE_VERSION=7.0.0 \ GITLAB_PAGES_VERSION=1.1.0 \