Skip to content

Commit

Permalink
update default python image to python:3.12.7-alpine3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 9, 2024
1 parent d02246c commit 5798907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* Hide password inside --index-url pip parameter in console output (#146)
* Add python.indexUrl configuration option (to override default pip repository)
* Changed default docker image (python.docker.image) from python:3.11.8-alpine3.19 to python:3.12.7-alpine3.20

### 4.0.0 (2024-04-13)
* (breaking) Drop gradle 5 and 6 support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class PythonExtension {
*
* @see <a href="https://hub.docker.com/_/python">python image</a>
*/
String image = 'python:3.11.8-alpine3.19'
String image = 'python:3.12.7-alpine3.20'

/**
* Use host network instead of custom isolated network. This might be useful to speed up execution in some
Expand Down

0 comments on commit 5798907

Please sign in to comment.