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-12-04 17:18:52 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-04 17:18:52 +0300
commit4df5519faa8dc2509ae344b64ea7d5345383b8df (patch)
treea3dd93544e046dd0b51533846e24649c3d2b2d54 /Dockerfile.master
parentab8e0d00efe7daf339c7a1bd1399881811d6526d (diff)
Release 11.6
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 3ffe7e1c..63cdfc4a 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -24,9 +24,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:11.6 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.5 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.4 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-com/gitlab-docs:11.3 ${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