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

bump Hugo to 0.83.1

This commit is contained in:
2021-05-12 09:52:58 -04:00
parent f504b522f6
commit 9bffdafa78
4 changed files with 10 additions and 10 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.82.1
FROM ghcr.io/jakejarvis/hugo-extended:0.83.1
# expose live-refresh server (on custom port)
EXPOSE 1337