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:
authorfneill <fneill@gitlab.com>2022-10-19 15:33:17 +0300
committerfneill <fneill@gitlab.com>2022-10-19 15:33:17 +0300
commitcbed5efde70e11e12c0482331a57c3af1a109b33 (patch)
treea270485ef37a9f5e2ac6d208748c0c43527a6a5f /latest.Dockerfile
parentea75180f62b784f8af6fd8f1b16f659292273e98 (diff)
Release 15.5
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 63a7a6ed..e77ee2b3 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/versions.json' under "current" and "last_minor"
+COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.5 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.4 ${TARGET} ${TARGET}
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}
# List the two last major versions
# Copy the versions found in 'content/versions.json' under "last_major"