Skip to content

Commit 09908e2

Browse files
Update skills/google-cicd-deploy/references/how_to_write_dockerfile.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ebce541 commit 09908e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/google-cicd-deploy/references/how_to_write_dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ CMD ["python", "app.py"]
132132
* Use latest version of the language specific image as base image.
133133
* Review project config files to identify required runtime version:
134134
* When a runtime version is specified, use that version for the base image.
135-
* If no minimum version is specified use latest version of the runtime
135+
* If no minimum version is specified, use a recent stable version of the runtime.
136136

137137
### Google Cloud Run Specifics Base Images
138138

0 commit comments

Comments
 (0)