chore(deps): update dependency gohugoio/hugo to v0.86.1 (#9)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gohugoio/hugo](https://github.com/gohugoio/hugo) | patch | `v0.86.0` -> `v0.86.1` |
---
### Release Notes
<details>
<summary>gohugoio/hugo</summary>
### [`v0.86.1`](https://github.com/gohugoio/hugo/releases/v0.86.1)
[Compare Source](https://github.com/gohugoio/hugo/compare/v0.86.0...v0.86.1)
This is a bug-fix release with one important fix.
- config: Fix a potential deadlock in config reading [94b616bd](94b616bdfa
) [@​bep](https://github.com/bep) [#​8791](https://github.com/gohugoio/hugo/issues/8791)
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Reviewed-on: docker/hugo#9
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
parent
a1d9219c1c
commit
2f941e6942
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug
|
||||
ARG BUILD_VERSION
|
||||
|
||||
# renovate: datasource=github-releases depName=gohugoio/hugo
|
||||
ENV HUGO_VERSION="${BUILD_VERSION:-v0.86.0}"
|
||||
ENV HUGO_VERSION="${BUILD_VERSION:-v0.86.1}"
|
||||
|
||||
ENV HUGO_ENV=production
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user