Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot 0c32c2e1c6 chore(deps): update dependency gohugoio/hugo to v0.89.2 (#23)
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>
2021-11-09 20:19:07 +01:00
Renovator Bot 4c1684ab82 chore(docker): update thegeeklab/alpine:latest docker digest to 4fcb2f7
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-20 17:01:34 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine:latest@sha256:4361bc72c04bea35bb620d3641e73d7794246fac35b94e12049ba166d171d5bd
FROM thegeeklab/alpine:latest@sha256:4fcb2f72dff0d2199de46f23250b1fab165caccd50c99f332cc6455cacc5b9f8
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.88.1}"
ENV HUGO_VERSION="${BUILD_VERSION:-v0.89.2}"
ENV HUGO_ENV=production