From 06f65906c358aecfef4419c5b07ed76e18984a0d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 16 Nov 2023 15:09:40 +0100 Subject: Docs release 16.6 --- latest.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latest.Dockerfile') 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} -- cgit v1.2.3