File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/groovy/ru/vyarus/gradle/plugin/python Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments