Compare commits

..

1 commit

Author SHA1 Message Date
75ac0afb36
chore(deps): update docker.io/renovate/renovate docker tag from 40.60.5 to 40.61.1
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint 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
2025-06-18 19:02:25 +00:00
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: 40.61.0
org.opencontainers.image.version: 40.61.1
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:40.61.0
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40.61.1
- registry.kokuwa.io/kokuwaio/renovate-config-validator:40
- docker.io/kokuwaio/renovate-config-validator:latest
- docker.io/kokuwaio/renovate-config-validator:40.61.0
- docker.io/kokuwaio/renovate-config-validator:40.61.1
- docker.io/kokuwaio/renovate-config-validator:40
- ghcr.io/kokuwaio/renovate-config-validator:latest
- ghcr.io/kokuwaio/renovate-config-validator:40.61.0
- ghcr.io/kokuwaio/renovate-config-validator:40.61.1
- ghcr.io/kokuwaio/renovate-config-validator:40
auth:
"https://index.docker.io/v1/":

View file

@ -1,4 +1,4 @@
FROM docker.io/renovate/renovate:40.61.0@sha256:950220c722a9026ce73645eda6090bbe3f1cce6ce9472eab3d85f7ddd42c517a
FROM docker.io/renovate/renovate:40.61.1@sha256:042d649012cf014174eb2eff78847a0ee9869a716891c9ed85358e32fdfaf62b
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 1000:1000