Skip to content

Commit 54fd1c0

Browse files
authored
chore: use latest image with fixed version (#26)
* Image `docker://renovate/renovate:slim` coming from this repository (https://github.com/renovatebot/docker-renovate) is not upto date as it was already archived on 9th February. * I picked the latest image from https://hub.docker.com/r/renovate/renovate/tags and pinned it to specific version.
1 parent 650012c commit 54fd1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77

88
runs:
99
using: docker
10-
image: docker://renovate/renovate:slim
10+
image: docker://renovate/renovate:40.13
1111
# https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action#accessing-files-created-by-a-container-action
1212
# When a container action runs, it will automatically map the default working directory (GITHUB_WORKSPACE)
1313
# on the runner with the /github/workspace directory on the container.

0 commit comments

Comments
 (0)