1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-13 12:13:56 -04:00

bump Hugo and other deps

This commit is contained in:
2020-09-24 09:06:06 -04:00
parent 3650311355
commit 336637a85e
4 changed files with 158 additions and 129 deletions
+2 -2
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.74.3
# https://github.com/jakejarvis/hugo-docker/blob/master/Dockerfile
FROM ghcr.io/jakejarvis/hugo-extended:0.75.1
# expose live-refresh server (on custom port)
EXPOSE 1337