Skip to content

Commit db24ac0

Browse files
authored
fix: update owlbot python_mono_repo image (#2039)
Fixes b/375714834 The following is a public image and should be used instead ``` FROM gcr.io/cloud-devrel-public-resources/python-base:latest ```
1 parent 2992975 commit db24ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/owlbot/python_mono_repo/Dockerfile

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

1717
# build from the root of this repo:
1818
# docker build -t gcr.io/repo-automation-bots/owlbot-python -f docker/owlbot/python_mono_repo/Dockerfile .
19-
FROM gcr.io/cloud-devrel-kokoro-resources/python-base:latest
19+
FROM gcr.io/cloud-devrel-public-resources/python-base:latest
2020

2121
WORKDIR /
2222

0 commit comments

Comments
 (0)