chore: bump hugo to version 0.104.3
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
079dca2363
commit
c6afba7636
@ -53,7 +53,7 @@ steps:
|
|||||||
- latest
|
- latest
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- hugo-v0.104.2
|
- hugo-v0.104.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: c1f10059fb87912740bea61a8a257bb4e25e0ea615e9c717b4e75c81396446c4
|
hmac: fae98b5cd7a3d0dda721a1b1032001fde08a2d015c27e03a0c19001a2e9b9d07
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -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.2
|
ENV HUGO_VERSION 0.104.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
|
||||||
|
Loading…
Reference in New Issue
Block a user