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>2022-08-18 15:50:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-08-18 15:50:43 +0300
commit6f7d3596ba1b461c1374a6957fc2b1edc4544e61 (patch)
tree468f8ca8bcdc47b9fa950204a49a0ec9b95e0223 /latest.Dockerfile
parent5a2916f6bcdf04f06376213c2e6435f5b44aaae1 (diff)
Release 15.3release-15-3
Diffstat (limited to 'latest.Dockerfile')
-rw-r--r--latest.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest.Dockerfile b/latest.Dockerfile
index e439a97a..7eb450ea 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -42,9 +42,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-org/gitlab-docs:15.3 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.2 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.1 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.0 ${TARGET} ${TARGET}
# List the two last major versions
# Copy the versions found in 'content/_data/versions.yaml' under previous_majors