diff --git a/lib/util/exec/docker/index.ts b/lib/util/exec/docker/index.ts
index fb4afc0814a60066e49589b6df3a404cf2cd6678..68bda1b68ba54442e0242d37e251de57171d72a4 100644
--- a/lib/util/exec/docker/index.ts
+++ b/lib/util/exec/docker/index.ts
@@ -104,7 +104,7 @@ async function getDockerTag(
   }
   logger.warn(
     { constraint },
-    'Failed to find a tag satisfying ruby constraint, using latest ruby image instead'
+    'Failed to find a tag satisfying ruby constraint, using "latest" tag instead'
   );
   return 'latest';
 }