Compare commits

..

No commits in common. "v0.114.0+1" and "v0.112.5+1" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:6d2ccb08670d7ed249f72a241369cd162ddf7f11eae8a39fe407cdc77b0c5b0c
FROM thegeeklab/alpine:latest@sha256:589a966ae6e145ac678828b4ab91d77f3b962af3b3b3ea9c0f4ce297b3712f83
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.114.0}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.112.5}"
ENV HUGO_ENV=production