Compare commits

..

No commits in common. "v0.92.0-1" and "v0.91.2-1" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:30ffe3d110a39043988a0db78f065a8917442b53c6d352597b434d70f882f11a
FROM thegeeklab/alpine:latest@sha256:88acbe1794e514177abea684851afa3b6f341e336032afb3519cfdae5d861c0a
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.92.0}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.91.2}"
ENV HUGO_ENV=production