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-09-22 13:25:39 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-09-22 13:25:39 +0300
commit3c6478acb30ed67ff0d93fb919e56ed1db131207 (patch)
tree6ad228377573dd3e91803c2a7d45516f26571119 /Dockerfile.master
parent7427d2910a781c04969e7e65a00c688b311a747f (diff)
Release 11.3
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 54752d4c..888d66cc 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.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}
+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