Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot 9206db97f9 chore(deps): update dependency gohugoio/hugo to v0.92.0 (#31)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2022-01-16 14:04:08 +01:00
Renovator Bot 7e4b0fa92d chore(docker): update thegeeklab/alpine:latest docker digest to 30ffe3d
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2022-01-12 11:02:06 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:88acbe1794e514177abea684851afa3b6f341e336032afb3519cfdae5d861c0a
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.91.2}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.92.0}"
ENV HUGO_ENV=production