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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-22 16:01:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-22 16:01:03 +0300
commit1d76e8b27beafaa4db00d75a246a34550e4b3f4b (patch)
tree4c42e04e549559c8da75d53cb6ac1e64d7fbfbb6 /Dockerfile.master
parent645836d98d9d1a991a374fb11ef23edd0365b3f7 (diff)
GitLab 11.4 release
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index 888d66cc..7ac5e758 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -26,9 +26,9 @@ RUN rm -rf /usr/share/nginx/html/*
# Go oldest-to-newest to take advantage of the fact that we change older
# archives less often than new ones. Copy the versions found in
# 'content/_data/versions.yaml' under current and previous.
-COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.1 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.2 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.3 ${TARGET} ${TARGET}
+COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.4 ${TARGET} ${TARGET}
# Get the built docs output from the previous build stage
# This ordering means all previous layers can come from cache unless an archive