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>2020-05-22 12:11:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-05-22 12:11:09 +0300
commitef36514ed892259edb5c86dd406ef41c1da2a3f8 (patch)
tree1f0098eac784b11897fd28587df6503cff7fb5ce /Dockerfile.master
parentf4d4a487b3b7730dc1d5ac8ed9ce1001dca8dc0e (diff)
Release 13.0
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 93421ee9..188a771f 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -45,10 +45,10 @@ 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-org/gitlab-docs:13.0 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.10 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.9 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.8 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.7 ${TARGET} ${TARGET}
# List the two last major versions
# Context https://gitlab.com/gitlab-org/gitlab-docs/issues/428