From 9168528105cdb16ce7ad3cf20be1b41c581b8f46 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 13:36:09 -0400 Subject: [PATCH] chore(python): Use python 3.10.4 base image for post processor (#1405) --- docker/owlbot/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/owlbot/python/Dockerfile b/docker/owlbot/python/Dockerfile index 432405272..4501fc86d 100644 --- a/docker/owlbot/python/Dockerfile +++ b/docker/owlbot/python/Dockerfile @@ -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 /