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:
authorRussell Dickenson <rdickenson@gitlab.com>2023-08-23 04:13:01 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2023-08-23 04:13:01 +0300
commit4d059696d384b661f43a6e3cef23f13c3ee60c9b (patch)
tree2af3c2405e75347d3a00585581d8cfd019fb75e8 /latest.Dockerfile
parentc936a181ebdbde75300b707497efe074333f7d29 (diff)
Docs release 16.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 cdbddf3f..e84c6db0 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.3 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.2 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.1 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.0 ${TARGET} ${TARGET}