Skip to content

Commit c02e94b

Browse files
chore(deps): update dependency python to v3.10.5 (#1452)
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
1 parent 1d42ee3 commit c02e94b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/owlbot/nodejs/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/repo-automation-bots/owlbot-nodejs -f docker/owlbot/nodejs/Dockerfile .
19-
FROM python:3.10.4-buster
19+
FROM python:3.10.5-buster
2020

2121
WORKDIR /
2222

docker/owlbot/php/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/repo-automation-bots/owlbot-php -f docker/owlbot/php/Dockerfile .
19-
FROM python:3.10.4-buster
19+
FROM python:3.10.5-buster
2020

2121
WORKDIR /
2222

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/repo-automation-bots/owlbot-python -f docker/owlbot/python/Dockerfile .
19-
FROM python:3.10.4-buster
19+
FROM python:3.10.5-buster
2020

2121
WORKDIR /
2222

0 commit comments

Comments
 (0)