Skip to content

Commit

Permalink
chore(deps): update dependency python to v3.10.5 (#1452)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-merge-on-green[bot] authored Jun 9, 2022
1 parent 1d42ee3 commit c02e94b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/owlbot/nodejs/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/repo-automation-bots/owlbot-nodejs -f docker/owlbot/nodejs/Dockerfile .
FROM python:3.10.4-buster
FROM python:3.10.5-buster

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion docker/owlbot/php/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/repo-automation-bots/owlbot-php -f docker/owlbot/php/Dockerfile .
FROM python:3.10.4-buster
FROM python:3.10.5-buster

WORKDIR /

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

WORKDIR /

Expand Down

0 comments on commit c02e94b

Please sign in to comment.