1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 06:05:23 -04:00

Hugo v0.112.0

This commit is contained in:
Jake Jarvis 2023-05-25 09:47:31 -04:00
parent 18e51db24a
commit 755a524c55
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -1,6 +1,6 @@
# 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
# renovate: datasource=github-releases depName=gohugoio/hugo # renovate: datasource=github-releases depName=gohugoio/hugo
ARG HUGO_VERSION=0.111.3 ARG HUGO_VERSION=0.112.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
@ -8,7 +8,7 @@ ARG HUGO_BUILD_TAGS=extended
# --- # ---
# Hugo >= v0.81.0 requires Go 1.16+ to build # Hugo >= v0.81.0 requires Go 1.16+ to build
FROM golang:1.20-alpine3.17 AS build FROM golang:1.20-alpine3.18 AS build
# renew global args from above # renew global args from above
# https://docs.docker.com/engine/reference/builder/#scope # https://docs.docker.com/engine/reference/builder/#scope
@ -53,7 +53,7 @@ FROM alpine:3.18
ARG HUGO_VERSION ARG HUGO_VERSION
# https://github.com/jgm/pandoc/releases # https://github.com/jgm/pandoc/releases
# renovate: datasource=github-releases depName=jgm/pandoc # renovate: datasource=github-releases depName=jgm/pandoc
ARG PANDOC_VERSION=2.19.2 ARG PANDOC_VERSION=3.1.2
# https://github.com/sass/dart-sass-embedded/releases # https://github.com/sass/dart-sass-embedded/releases
# renovate: datasource=github-releases depName=sass/dart-sass-embedded # renovate: datasource=github-releases depName=sass/dart-sass-embedded
ARG DART_SASS_VERSION=1.62.1 ARG DART_SASS_VERSION=1.62.1