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

bump Hugo to v0.79.1

This commit is contained in:
2020-12-19 11:41:04 -05:00
parent 898a65e296
commit 54357538d3
8 changed files with 36 additions and 91 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.78.1
FROM ghcr.io/jakejarvis/hugo-extended:0.79.1
# expose live-refresh server (on custom port)
EXPOSE 1337