Compare commits

...

3 Commits

Author SHA1 Message Date
Renovator Bot f15a3d37e1 chore(deps): update dependency gohugoio/hugo to v0.91.2 (#30)
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-07 09:14:48 +01:00
Renovator Bot ed603a7d91 chore(docker): update thegeeklab/alpine:latest docker digest to 88acbe1
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-12-21 11:01:58 +00:00
Robert Kaussow 008050d93e
chore: end of the year maintenance
continuous-integration/drone/push Build is passing Details
2021-12-21 10:59:31 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
.drone.yml
*.tpl.md
LICENSE

View File

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

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Copyright (c) 2022 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal