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-09-25 15:37:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-09-25 15:37:19 +0300
commiteb26f8bd58a18e6e4915fbf4e8f1ca159bb33df3 (patch)
treeed54795a04d1272875d5beb3c126dfd9486ff6e6
parentaa42dcc6717c7c2494d98b68e7013b49cd274e5c (diff)
parent90a4a1e52d869c8eb81cd9039ac96e830cdb1154 (diff)
Merge branch 'axil-update-latest-dockerfile' into 'main'
Update latest.Dockerfile with 16.4 version See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4277 Merged-by: Achilleas Pipinellis <axil@gitlab.com>
-rw-r--r--latest.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest.Dockerfile b/latest.Dockerfile
index e84c6db0..a5507cc2 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.4 ${TARGET} ${TARGET}
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}