1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-09 19:32:57 -05:00

bump Hugo to 0.78.1

This commit is contained in:
2020-11-05 09:37:52 -05:00
parent 77ee252639
commit 4fc23f0b63
4 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# pulls from pre-built Hugo base image:
# https://github.com/jakejarvis/hugo-docker/blob/master/Dockerfile
FROM ghcr.io/jakejarvis/hugo-extended:0.76.5
FROM ghcr.io/jakejarvis/hugo-extended:0.78.1
# expose live-refresh server (on custom port)
EXPOSE 1337