Compare commits

..

No commits in common. "v0.95.0-1" and "v0.93.3-1" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:5c504816ac03f294ad1b98f09efafcc9bbb838adaad27b84b3c4bff98b0ffa01
FROM thegeeklab/alpine:latest@sha256:30ffe3d110a39043988a0db78f065a8917442b53c6d352597b434d70f882f11a
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.95.0}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.93.3}"
ENV HUGO_ENV=production