docs: update references to renovate/renovate to v31.28.2 (#13581)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-17 00:36:33 +00:00 committed by GitHub
parent 893bae8c8c
commit 7d66678457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ To get access to the token a custom Renovate Docker image is needed that include
The Dockerfile to create such an image can look like this: The Dockerfile to create such an image can look like this:
```Dockerfile ```Dockerfile
FROM renovate/renovate:31.21.2 FROM renovate/renovate:31.28.2
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu" # under "Installation" for "Debian/Ubuntu"
RUN ... RUN ...