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>2019-06-21 18:50:37 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-21 18:50:37 +0300
commita113c07853330880ba42f0938473c82c0007ca23 (patch)
tree715f71fa605985b96da7c8721aaecea19cc050af /Dockerfile.master
parent4f41ac3febf2dd47852842604787339a0bfd1d31 (diff)
12.0 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 4c7c0dc4..dc0b3516 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -31,9 +31,9 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Copy the versions found in 'content/_data/versions.yaml' under online.
+COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:12.0 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.11 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.10 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.9 ${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