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

This commit is contained in:
surtur 2022-09-27 22:33:49 +02:00
parent 5f9a1b8873
commit 9fe738e670
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.104.0 - hugo-v0.104.1
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: 4bef3c56112622fb1308f77d8c1115da90f2240ddd6f32a31064224313065edc hmac: 854c9af280175e4a1a6a14cd87444ba408c2ca6b9ff81907e9665fba9bf2c4ec
... ...

@ -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.104.0 ENV HUGO_VERSION 0.104.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