From 4f86db67af7d5f37812927ce0323b2454c05a050 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 5 Mar 2018 23:53:11 -0800 Subject: [PATCH] Dockerfile: bump gh-pages to v177 This is needed for the following reasons: 1. gh-pages >= 174 is required to fix the issue #4178 [1] 2. Not using a tag leads to pulling some unknown version of the image, which might or might not work. 3. Not using a tag means the image is never rebuilt. NOTE: it was not possible to use a tag before, as recent gh-pages releases were not tagged on dockerhub; this is now fixed (see https://github.com/Starefossen/docker-github-pages/issues/36). [1] https://github.com/docker/docker.github.io/issues/4178 Signed-off-by: Kir Kolyshkin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad32a0f4b1..feb3e6752b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM starefossen/github-pages +FROM starefossen/github-pages:177 # This is the source for docs/docs-base. Push to that location to ensure that # the production image gets your update :)