1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 08:41:18 -04:00

bump Hugo to 0.76.5

This commit is contained in:
2020-10-28 11:19:59 -04:00
parent 558c01a9b2
commit c7ef524d0a
5 changed files with 166 additions and 161 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.75.1
FROM ghcr.io/jakejarvis/hugo-extended:0.76.5
# expose live-refresh server (on custom port)
EXPOSE 1337