Compare commits

...

1 Commits

Author SHA1 Message Date
041f43cf5c chore(deps): update dependency gohugoio/hugo to v0.89.4 (#24)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-11-18 15:16:32 +01:00

View File

@ -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.89.2}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.89.4}"
ENV HUGO_ENV=production