Skip to content

Commit

Permalink
chore: Use python 3.6.13-buster for owlbot post-processor (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 5, 2021
1 parent bf04d88 commit 063de45
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/cloud-devrel-kokoro-resources/owlbot-nodejs -f docker/owlbot/nodejs/Dockerfile .
FROM python:3.9.4-buster
FROM python:3.6.13-buster

WORKDIR /

Expand Down

0 comments on commit 063de45

Please sign in to comment.