diff options
| author | Renovate Bot | 2024-02-02 22:54:27 +0100 |
|---|---|---|
| committer | mg | 2024-02-02 22:54:27 +0100 |
| commit | 762080485ae2da1b47487f38cd679a0a8e0c7bd2 (patch) | |
| tree | a542de8ec31246d0eff3d6bbed12459a10cf95fb /.woodpecker/build.yml | |
| parent | 202e3be6929f58ea086f764939af573e075fb24f (diff) | |
chore(deps): pin dependencies (#11)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| koalaman/shellcheck-alpine | pinDigest | -> `bdcdfa7` |
| [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | pinDigest | -> `c7ac0b0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- 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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Reviewed-on: https://git.mgrote.net/container-images/mdns-repeater-mikrotik/pulls/11
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
Diffstat (limited to '.woodpecker/build.yml')
| -rw-r--r-- | .woodpecker/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index b63919c..33c8795 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -7,7 +7,7 @@ variables: # https://woodpecker-ci.org/docs/usage/advanced-usage steps: docker_build_and_push_selfhosted: - image: "woodpeckerci/plugin-docker-buildx:3.0.1" + image: "woodpeckerci/plugin-docker-buildx:3.0.1@sha256:c7ac0b01243466bef93863591940ce5eacf59759e9045433a6fc28d20c696d01" privileged: true settings: dockerfile: Dockerfile |