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:
authorFiona Neill <fneill@gitlab.com>2022-10-24 13:24:46 +0300
committerFiona Neill <fneill@gitlab.com>2022-10-24 13:24:46 +0300
commit3b08ec290fac9415c07702ad77f1d78834a69435 (patch)
tree6988ef7365ce1eeff0d931283e5088bb1c1aefc8 /latest.Dockerfile
parentdd1f7ce0d5217e5c8110e50ed1703c60b8e1b8f5 (diff)
parentcbed5efde70e11e12c0482331a57c3af1a109b33 (diff)
Merge branch 'release-15-5' into 'main'
Release 15.5 See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3192 Merged-by: Fiona Neill <fneill@gitlab.com>
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 8738fb07..7e83846f 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -7,9 +7,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"