chore: bump hugo to version 0.103.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fc9f4744fd
commit
3b06ade497
@ -53,7 +53,7 @@ steps:
|
||||
- latest
|
||||
- linux-amd64
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- hugo-v0.102.3
|
||||
- hugo-v0.103.0
|
||||
repo: immawanderer/${DRONE_REPO_NAME}
|
||||
username: immawanderer
|
||||
password:
|
||||
@ -69,6 +69,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 26b55ecd98f8670dc05a54c1f1ee050bd275099ef98a31d4ed45fd5de7f522a1
|
||||
hmac: f031780ff68897002e47458ace93684e1e781a560b2a03e8ada0fe65ab5d9dd7
|
||||
|
||||
...
|
||||
|
@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile-upstream:master-labs
|
||||
FROM docker.io/library/golang:1.18.5-alpine3.16 AS hugobuild
|
||||
|
||||
ENV HUGO_VERSION 0.102.3
|
||||
ENV HUGO_VERSION 0.103.0
|
||||
|
||||
# this could be so much simpler..
|
||||
# ref: https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir
|
||||
|
Loading…
Reference in New Issue
Block a user