chore: bump hugo to version 0.109.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
71b1ac4491
commit
82f633dd7d
@ -53,7 +53,7 @@ steps:
|
|||||||
- latest
|
- latest
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- hugo-v0.108.0
|
- hugo-v0.109.0
|
||||||
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: 6bf216438f0cee5fa14d5a4dbbde1bacc6fe692efed7d65cf1140daea0a83f2a
|
hmac: d77c6933e0b8562d8a0059f019fe64b80c3e998b2c987feb1d02a1a35ad30c7e
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# syntax=docker/dockerfile-upstream:master-labs
|
# syntax=docker/dockerfile-upstream:master-labs
|
||||||
FROM docker.io/library/golang:1.18.9-alpine3.17 AS hugobuild
|
FROM docker.io/library/golang:1.18.9-alpine3.17 AS hugobuild
|
||||||
|
|
||||||
ENV HUGO_VERSION 0.108.0
|
ENV HUGO_VERSION 0.109.0
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user