chore: bump hugo to v0.102.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-01 01:15:59 +02:00
parent 2e507490e9
commit ea14dc709f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

@ -53,7 +53,7 @@ steps:
- latest - latest
- linux-amd64 - linux-amd64
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}
- hugo-v0.101.0 - hugo-v0.102.1
repo: immawanderer/${DRONE_REPO_NAME} repo: immawanderer/${DRONE_REPO_NAME}
username: immawanderer username: immawanderer
password: password:

@ -1,7 +1,7 @@
# syntax=docker/dockerfile-upstream:master-labs # syntax=docker/dockerfile-upstream:master-labs
FROM docker.io/library/golang:1.18.5-alpine3.16 AS hugobuild FROM docker.io/library/golang:1.18.5-alpine3.16 AS hugobuild
ENV HUGO_VERSION 0.101.0 ENV HUGO_VERSION 0.102.1
# this could be so much simpler.. # this could be so much simpler..
# ref: https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir # ref: https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir