chore(deps): update docker.io/renovate/renovate docker tag from 41.7.1 to 41.7.2
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-25 02:02:39 +00:00
parent c9fd2d6df2
commit 72b3760569
Signed by: renovate
SSH key fingerprint: SHA256:ozQD+/wRtX3XLEA5j/3Rjux2n7XyMgbJzd7oHu7kGno
2 changed files with 5 additions and 5 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.7.1
org.opencontainers.image.version: 41.7.2
when:
event: pull_request
@ -36,13 +36,13 @@ steps:
<<: *settings
name:
- registry.kokuwa.io/kokuwaio/renovate-config-validator:latest
- registry.kokuwa.io/kokuwaio/renovate-config-validator:41.7.1
- registry.kokuwa.io/kokuwaio/renovate-config-validator:41.7.2
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40
- docker.io/kokuwaio/renovate-config-validator:latest
- docker.io/kokuwaio/renovate-config-validator:41.7.1
- docker.io/kokuwaio/renovate-config-validator:41.7.2
- docker.io/kokuwaio/renovate-config-validator:40
- ghcr.io/kokuwaio/renovate-config-validator:latest
- ghcr.io/kokuwaio/renovate-config-validator:41.7.1
- ghcr.io/kokuwaio/renovate-config-validator:41.7.2
- 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.7.1@sha256:d82aa9bdca69ae2628d471addfc748d347bd4b222439b8b2291a5568e98819f9
FROM docker.io/renovate/renovate:41.7.2@sha256:b39b66a5f8d3fe5aac26a20b7fa6a892908a588eac8eb12d33069760f0af976c
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 1000:1000