Skip to content

Commit

Permalink
fix: update owlbot python_mono_repo image
Browse files Browse the repository at this point in the history
Fixes b/375714834

The following is a public image and should be used instead
```
FROM gcr.io/cloud-devrel-public-resources/python-base:latest 
```
  • Loading branch information
parthea authored Nov 5, 2024
1 parent 2992975 commit 2174ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/owlbot/python_mono_repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

WORKDIR /

Expand Down

0 comments on commit 2174ef4

Please sign in to comment.