1
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
641d597fe0
chore(deps): update python docker tag to v3.12.6 2024-09-09 18:45:11 +00:00
a5c62f85e3
Fix fava build commands
`find` seems to behave extremely weird within Docker `RUN` commands.
I could not find a way to properly escape `;`s in a way that I
can specify one for `find -exec` and a second one to separate `find`
from the next command. `find` would always complain about it.

So instead, it's now simply the last command in the chain, where no
separator is needed.
2024-08-26 11:50:54 +02:00
f5369fc38c
Update dependency fava to v1.28 2024-08-25 07:00:13 +00:00
b293dff1df
Merge pull request 'Update python Docker tag to v3.12.5' (#12) from renovate/python-3.x into master
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/12
2024-08-24 15:45:28 +00:00
4f4b856f30
Update dependency node to v20.17.0 2024-08-24 15:27:58 +00:00
b72ddf939a
Update python Docker tag to v3.12.5 2024-08-24 15:27:07 +00:00
925028dc4b
Fix Fava requirements 2024-08-24 17:11:05 +02:00
b4ea7d0ab5
Implement custom version checks
Many dependencies are installed manually within the Dockerfiles,
where Renovate cannot determine the version numbers by default.
However, through custom matching, the corresponding data sources
can be invoked, and the version number replaced via regex.
2024-08-24 17:11:03 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00