You've already forked hugo-docker
mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-07-01 22:46:41 -04:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
0a8ca90615
|
|||
8b514c58d7
|
|||
20f98c58b7
|
|||
a10483b36a
|
|||
e5a6870534
|
|||
62b12c0d22
|
|||
df27582975
|
|||
6cc3f39751
|
|||
8540c876dd
|
|||
e806604521
|
@ -1,5 +1,5 @@
|
|||||||
# the following version can be overridden at image build time with --build-arg
|
# the following version can be overridden at image build time with --build-arg
|
||||||
ARG HUGO_VERSION=0.103.0
|
ARG HUGO_VERSION=0.109.0
|
||||||
# remove/comment the following line completely to compile vanilla Hugo:
|
# remove/comment the following line completely to compile vanilla Hugo:
|
||||||
ARG HUGO_BUILD_TAGS=extended
|
ARG HUGO_BUILD_TAGS=extended
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ ARG HUGO_VERSION
|
|||||||
# https://github.com/jgm/pandoc/releases
|
# https://github.com/jgm/pandoc/releases
|
||||||
ARG PANDOC_VERSION=2.19.2
|
ARG PANDOC_VERSION=2.19.2
|
||||||
# https://github.com/sass/dart-sass-embedded/releases
|
# https://github.com/sass/dart-sass-embedded/releases
|
||||||
ARG DART_SASS_VERSION=1.54.8
|
ARG DART_SASS_VERSION=1.57.1
|
||||||
|
|
||||||
LABEL version="${HUGO_VERSION}"
|
LABEL version="${HUGO_VERSION}"
|
||||||
LABEL repository="https://github.com/jakejarvis/hugo-docker"
|
LABEL repository="https://github.com/jakejarvis/hugo-docker"
|
||||||
|
Reference in New Issue
Block a user