Compare commits

..

2 commits

Author SHA1 Message Date
62d418d40c
Fix Woodpecker config to run on all file changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix linter issues
2024-06-20 14:43:51 +02:00
9e6848cbf6
Add package version script 2024-06-20 14:43:51 +02:00

View file

@ -26,6 +26,8 @@ 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.**