aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/usage/docker.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/docker.md')
-rw-r--r--docs/usage/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 7e57142b22d..901775dbeea 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
For example:
```Dockerfile
-FROM renovate/renovate:39.69.2
+FROM renovate/renovate:39.82.1
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...