Compare commits

..

2 commits

Author SHA1 Message Date
e8d8cd3d47
Fix Woodpecker config to run on all file changes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix linter issues
2024-06-20 14:39:05 +02:00
bd24699f03
Add package version script 2024-06-20 14:19:23 +02:00

View file

@ -26,8 +26,6 @@ If renovate is set up for your repo, it'll add and update the pinned digest/hash
## Development
Generally you should have `Docker` or something alike installed.
If you need to copy files into the container, don't forget to add exclusions to the general _exclude all_ in `.dockerignore`.
To **update the base image** (like `3.12.4-alpine3.20` to a newer Alpine version), manual work is still required, but supported by a little script. **Renovate might not create a PR for newer image tags.**