chore: bump hugo to version 0.115.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2023-07-19 22:55:24 +02:00
parent a194bec3fd
commit 23af8a347b
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 3 additions and 3 deletions

@ -53,7 +53,7 @@ steps:
- latest - latest
- linux-amd64 - linux-amd64
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}
- hugo-v0.109.0 - hugo-v0.115.3
repo: immawanderer/${DRONE_REPO_NAME} repo: immawanderer/${DRONE_REPO_NAME}
username: immawanderer username: immawanderer
password: password:
@ -69,6 +69,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: d77c6933e0b8562d8a0059f019fe64b80c3e998b2c987feb1d02a1a35ad30c7e hmac: d87f7673123251867e71a7bf0b8d3c3db48d310457d369aa01d44855bf23c4d6
... ...

@ -1,7 +1,7 @@
# syntax=docker/dockerfile-upstream:master-labs # syntax=docker/dockerfile-upstream:master-labs
FROM docker.io/library/golang:1.20.5-alpine3.18 AS hugobuild FROM docker.io/library/golang:1.20.5-alpine3.18 AS hugobuild
ENV HUGO_VERSION 0.109.0 ENV HUGO_VERSION 0.115.3
# 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