Renovate: Update all dependencies

This commit is contained in:
Renovate Bot 2025-05-02 13:08:09 +00:00
parent 2c8dc29beb
commit 51944abeb0
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ steps:
when:
- event: push
branch: main
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
image: woodpeckerci/plugin-docker-buildx:6.0.0@sha256:97e693009e0b32e932831c96856dd19b0075d76eda5a655c05c8cfb05571c137
pull: true
settings:
platforms: linux/amd64
@ -21,7 +21,7 @@ steps:
- event: push
branch:
exclude: ['main']
image: woodpeckerci/plugin-docker-buildx:5.1.0@sha256:f323e0b1133f71f6712e93753dfb2d6c0fb5ec1e41d8b99b1cb2ffeadfc15fd5
image: woodpeckerci/plugin-docker-buildx:6.0.0@sha256:97e693009e0b32e932831c96856dd19b0075d76eda5a655c05c8cfb05571c137
pull: true
settings:
platforms: linux/amd64

View file

@ -7,7 +7,7 @@ variables:
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
steps:
await-image:
image: alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
image: alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
environment:
IMAGE: *image
commands:
@ -16,7 +16,7 @@ steps:
- echo 'found.'
clone salt:
image: woodpeckerci/plugin-git@sha256:b6d40eaba0ee4274d11c96cc0e053557e6cb024fa56d26c25419c2b4dd6fbfe8
image: woodpeckerci/plugin-git@sha256:b918d4bce61d9ae417498d19ca8b8d560028b9a010b13c46e912ff98f4a0915c
settings:
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
path: salt
@ -36,7 +36,7 @@ steps:
- pre-commit run --all-files
clone rocketchat2matrix:
image: woodpeckerci/plugin-git@sha256:b6d40eaba0ee4274d11c96cc0e053557e6cb024fa56d26c25419c2b4dd6fbfe8
image: woodpeckerci/plugin-git@sha256:b918d4bce61d9ae417498d19ca8b8d560028b9a010b13c46e912ff98f4a0915c
settings:
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
path: rocketchat2matrix

View file

@ -1,4 +1,4 @@
FROM python:3.13.1-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49
FROM python:3.13.1-alpine3.20@sha256:7788ec80bdacc4736a50adce4c3711581e83650a8895c6dbf202caf4af7a3270
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
ENV BUILD_BASE_VERSION="0.5-r3"