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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2018-03-05 23:53:11 -08:00 committed by Joao Fernandes
parent 20a34a2802
commit 4f86db67af
1 changed files with 1 additions and 1 deletions

View File

@ -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 :)