From f79ecc794684151844a6e629a6145d1ea5df4b65 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Mar 2022 23:42:18 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.10.4 --- docker/owlbot/nodejs/Dockerfile | 2 +- docker/owlbot/php/Dockerfile | 2 +- docker/owlbot/python/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/owlbot/nodejs/Dockerfile b/docker/owlbot/nodejs/Dockerfile index e1cf07aaa..e6dc7b194 100644 --- a/docker/owlbot/nodejs/Dockerfile +++ b/docker/owlbot/nodejs/Dockerfile @@ -16,7 +16,7 @@ # build from the root of this repo: # docker build -t gcr.io/repo-automation-bots/owlbot-nodejs -f docker/owlbot/nodejs/Dockerfile . -FROM python:3.9.5-buster +FROM python:3.10.4-buster WORKDIR / diff --git a/docker/owlbot/php/Dockerfile b/docker/owlbot/php/Dockerfile index fa9dd0c14..d5034b8c2 100644 --- a/docker/owlbot/php/Dockerfile +++ b/docker/owlbot/php/Dockerfile @@ -16,7 +16,7 @@ # build from the root of this repo: # docker build -t gcr.io/repo-automation-bots/owlbot-php -f docker/owlbot/php/Dockerfile . -FROM python:3.9.5-buster +FROM python:3.10.4-buster WORKDIR / 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 /