Skip to content

Commit

Permalink
chore(python): Use python 3.10.4 base image for post processor (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 4, 2022
1 parent 07d0fc4 commit 9168528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/owlbot/python/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/Dockerfile .
FROM python:3.9.5-buster
FROM python:3.10.4-buster

WORKDIR /

Expand Down

0 comments on commit 9168528

Please sign in to comment.