Skip to content

Commit 5798907

Browse files
committed
update default python image to python:3.12.7-alpine3.20
1 parent d02246c commit 5798907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Hide password inside --index-url pip parameter in console output (#146)
22
* Add python.indexUrl configuration option (to override default pip repository)
3+
* Changed default docker image (python.docker.image) from python:3.11.8-alpine3.19 to python:3.12.7-alpine3.20
34

45
### 4.0.0 (2024-04-13)
56
* (breaking) Drop gradle 5 and 6 support

src/main/groovy/ru/vyarus/gradle/plugin/python/PythonExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class PythonExtension {
477477
*
478478
* @see <a href="https://hub.docker.com/_/python">python image</a>
479479
*/
480-
String image = 'python:3.11.8-alpine3.19'
480+
String image = 'python:3.12.7-alpine3.20'
481481

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

0 commit comments

Comments
 (0)