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>2023-11-16 17:09:40 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-11-16 17:09:40 +0300
commit06f65906c358aecfef4419c5b07ed76e18984a0d (patch)
tree056eee0110809b48d691a69f5237074c2d1ffbce /latest.Dockerfile
parent4be005e18187407d081eb11356d9c7cee45d0bdc (diff)
Docs release 16.6
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 736d910e..5c694f85 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -7,6 +7,6 @@ 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:16.6 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.5 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.4 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.3 ${TARGET} ${TARGET}