Skip to content

Commit

Permalink
chore(deps): update dependency python to v3.10.4 (#1386)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <[email protected]>
Co-authored-by: Jeffrey Rennie <[email protected]>
  • Loading branch information
3 people authored and Lo Ferris committed Apr 19, 2022
1 parent dfa4da0 commit fd8b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.5-buster
FROM python:3.10.4-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.9.5-buster
FROM python:3.10.4-buster

WORKDIR /

Expand Down

0 comments on commit fd8b418

Please sign in to comment.