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 and Lo Ferris committed Apr 19, 2022
1 parent 505e97f commit 99951ef
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 99951ef

Please sign in to comment.