From 9a4cc320e48f742a6ec40a1376b44ba027302b86 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 30 Jun 2017 10:57:26 -0700 Subject: [PATCH] Add v17.03 archive (#3763) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22e516f047..8653468bac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY nginx.conf /etc/nginx/nginx.conf # Create archive; check out each version, create HTML under target/$VER, tweak links # Nuke the archive_source directory. Only keep the target directory. -ENV VERSIONS="v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13" +ENV VERSIONS="v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v17.03" ## Use shallow clone and shallow check-outs to only get the tip of each branch