Dockerfile: update to gh-pages 198

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-03-15 22:44:44 +01:00
parent b7d91ae175
commit 2f2ce53a51
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 4 deletions

View File

@ -24,9 +24,7 @@ ARG ENABLE_ARCHIVES=true
###
# Set up base stages for building and deploying
###
# Get basic configs and Jekyll env
FROM docs/docker.github.io:docs-builder AS builderbase
FROM starefossen/github-pages:198 AS builderbase
ENV TARGET=/usr/share/nginx/html
WORKDIR /usr/src/app/md_source/

View File

@ -39,5 +39,5 @@ source "https://rubygems.org"
# live site deploy, which uses the Dockerfiles found in the publish-tools
# branch.
gem "github-pages", "177"
gem "github-pages", "198"
gem 'wdm' if Gem.win_platform?