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-08-21 17:04:35 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-21 17:04:35 +0300
commitc59f21c1d11b005c9cde3a311f005c7c26c7609c (patch)
tree09a04400809846abc78258a7ef7205b26e78c298 /Dockerfile.master
parentb95aa00f72b7ca8a48ece75ee21230fc8fe4a53f (diff)
Release 11.2
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 39ba319d..54752d4c 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:10.8 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.0 ${TARGET} ${TARGET}
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}
# Get the built docs output from the previous build stage
# This ordering means all previous layers can come from cache unless an archive