Skip to content

Commit 7beebde

Browse files
author
Renovate
committed
chore(deps): update docker.io/renovate/renovate docker tag from 41.19.0 to 41.20.0
1 parent a4b353a commit 7beebde

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.woodpecker/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
org.opencontainers.image.vendor: kokuwa.io
2727
org.opencontainers.image.licenses: EUPL-1.2
2828
org.opencontainers.image.ref.name: kokuwaio/renovate-config-validator
29-
org.opencontainers.image.version: 41.19.0
29+
org.opencontainers.image.version: 41.20.0
3030
when:
3131
event: pull_request
3232

@@ -38,10 +38,10 @@ steps:
3838
- registry.kokuwa.io/kokuwaio/renovate-config-validator:latest
3939
- registry.kokuwa.io/kokuwaio/renovate-config-validator:41
4040
- docker.io/kokuwaio/renovate-config-validator:latest
41-
- docker.io/kokuwaio/renovate-config-validator:41.19.0
41+
- docker.io/kokuwaio/renovate-config-validator:41.20.0
4242
- docker.io/kokuwaio/renovate-config-validator:41
4343
- ghcr.io/kokuwaio/renovate-config-validator:latest
44-
- ghcr.io/kokuwaio/renovate-config-validator:41.19.0
44+
- ghcr.io/kokuwaio/renovate-config-validator:41.20.0
4545
- ghcr.io/kokuwaio/renovate-config-validator:41
4646
auth:
4747
"https://index.docker.io/v1/":

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/renovate/renovate:41.19.0@sha256:f4ecfe30c9f48810af756e8a1cbea3307f56f99a5cb6be132cac0fa4a2c2fff3
1+
FROM docker.io/renovate/renovate:41.20.0@sha256:4b386a1d770878d60aededf349b1e6b123d67edb7db98f126f7c0106b8e6f634
22
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
33
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
44
USER 1000:1000

0 commit comments

Comments
 (0)