Skip to content

Commit 109fdae

Browse files
authored
chore(deps): update docker.io/library/python docker tag to v3.10 (GoogleCloudPlatform#6801)
1 parent 4bf1860 commit 109fdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/ci_cd/cloudbuild.yaml

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

1515
# [START functions_ci_cd_cloud_build]
1616
steps:
17-
- name: 'docker.io/library/python:3.9'
17+
- name: 'docker.io/library/python:3.10'
1818
entrypoint: /bin/sh
1919
# Run pip install and pytest in the same build step
2020
# (pip packages won't be preserved in future steps!)

0 commit comments

Comments
 (0)