chore: bump hugo to version 0.106.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
685c3ea37d
commit
51c04a5538
@ -53,7 +53,7 @@ steps:
|
||||
- latest
|
||||
- linux-amd64
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- hugo-v0.105.0
|
||||
- hugo-v0.106.0
|
||||
repo: immawanderer/${DRONE_REPO_NAME}
|
||||
username: immawanderer
|
||||
password:
|
||||
@ -69,6 +69,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 33bd2009f89e9c372006ab525b08184491c5c6ccc8941eeb11848eda0abd6ac6
|
||||
hmac: 77e94d0374acccd7e70e07b213284611a9bb685f6a756b41fea7c348f4199242
|
||||
|
||||
...
|
||||
|
@ -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.105.0
|
||||
ENV HUGO_VERSION 0.106.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