Skip to content

Commit 063de45

Browse files
authored
chore: Use python 3.6.13-buster for owlbot post-processor (#1022)
1 parent bf04d88 commit 063de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/owlbot/python/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/cloud-devrel-kokoro-resources/owlbot-nodejs -f docker/owlbot/nodejs/Dockerfile .
19-
FROM python:3.9.4-buster
19+
FROM python:3.6.13-buster
2020

2121
WORKDIR /
2222

0 commit comments

Comments
 (0)