Renovate: Update all dependencies
This commit is contained in:
parent
cf383a9995
commit
8fa8a3394d
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ variables:
|
|||
- &image 'git.verdigado.com/verdigado-images/container-pre-commit:${CI_COMMIT_SHA}'
|
||||
steps:
|
||||
await-image:
|
||||
image: alpine@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
|
||||
image: alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
|
||||
environment:
|
||||
IMAGE: *image
|
||||
commands:
|
||||
|
@ -16,7 +16,7 @@ steps:
|
|||
- echo 'found.'
|
||||
|
||||
clone salt:
|
||||
image: woodpeckerci/plugin-git@sha256:a878e6f9674d44c0dc43dcb6d8b916507b21176ab44fac70567af96cb80de602
|
||||
image: woodpeckerci/plugin-git@sha256:b6d40eaba0ee4274d11c96cc0e053557e6cb024fa56d26c25419c2b4dd6fbfe8
|
||||
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:a878e6f9674d44c0dc43dcb6d8b916507b21176ab44fac70567af96cb80de602
|
||||
image: woodpeckerci/plugin-git@sha256:b6d40eaba0ee4274d11c96cc0e053557e6cb024fa56d26c25419c2b4dd6fbfe8
|
||||
settings:
|
||||
remote: https://git.verdigado.com/NB-Public/rocketchat2matrix.git
|
||||
path: rocketchat2matrix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.4-alpine3.20@sha256:7f15e22f496c65cffbbac5e30e7e98d60f3e3b9cc5ee5d51cf3c55ed604787c8
|
||||
FROM python:3.12.4-alpine3.20@sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_20/build-base versioning=loose
|
||||
ENV BUILD_BASE_VERSION="0.5-r3"
|
||||
|
|
Loading…
Reference in a new issue