chore(deps): update docker.io/renovate/renovate docker tag from 41.13.1 to 41.14.0
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful

This commit is contained in:
Renovate 2025-06-27 10:35:49 +00:00
parent c97725ebee
commit d69f1273ae
Signed by: renovate
SSH key fingerprint: SHA256:ozQD+/wRtX3XLEA5j/3Rjux2n7XyMgbJzd7oHu7kGno
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ steps:
org.opencontainers.image.vendor: kokuwa.io
org.opencontainers.image.licenses: EUPL-1.2
org.opencontainers.image.ref.name: kokuwaio/renovate-config-validator
org.opencontainers.image.version: 41.13.1
org.opencontainers.image.version: 41.14.0
when:
event: pull_request
@ -38,10 +38,10 @@ steps:
- registry.kokuwa.io/kokuwaio/renovate-config-validator:latest
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40
- docker.io/kokuwaio/renovate-config-validator:latest
- docker.io/kokuwaio/renovate-config-validator:41.13.1
- docker.io/kokuwaio/renovate-config-validator:41.14.0
- docker.io/kokuwaio/renovate-config-validator:40
- ghcr.io/kokuwaio/renovate-config-validator:latest
- ghcr.io/kokuwaio/renovate-config-validator:41.13.1
- ghcr.io/kokuwaio/renovate-config-validator:41.14.0
- ghcr.io/kokuwaio/renovate-config-validator:40
auth:
"https://index.docker.io/v1/":

View file

@ -1,4 +1,4 @@
FROM docker.io/renovate/renovate:41.13.1@sha256:6573941ec486241c34dad2f0f920ded7ea35695e8425eb793cef9db66d42f687
FROM docker.io/renovate/renovate:41.14.0@sha256:152fa86ef86ef21e9f3faa0a6e1be88c70f331c483e62858f87061a476a211c1
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 1000:1000