File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ FROM ${base}
2828
2929# Define the full version number otherwise choco falls back to patch number 0 (3.10 => 3.10.0)
3030ARG python=3.10
31- RUN (if "%python%" =="3.10" setx PYTHON_VERSION "3.10.11" && setx PYTHON_CMD "py -3.10" ) & \
32- (if "%python%" =="3.11" setx PYTHON_VERSION "3.11.9" && setx PYTHON_CMD "py -3.11" ) & \
33- (if "%python%" =="3.12" setx PYTHON_VERSION "3.12.10" && setx PYTHON_CMD "py -3.12" ) & \
34- (if "%python%" =="3.13" setx PYTHON_VERSION "3.13.9" && setx PYTHON_CMD "py -3.13" ) & \
35- (if "%python%" =="3.14" setx PYTHON_VERSION "3.14.0" && setx PYTHON_CMD "py -3.14" )
3631
3732# hadolint ignore=DL3059
3833RUN choco install -r -y --pre --no-progress --force python --version=%PYTHON_VERSION%
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ FROM ${base}
2323
2424# Define the full version number otherwise choco falls back to patch number 0 (3.10 => 3.10.0)
2525ARG python=3.10
26- RUN (if "%python%" =="3.10" setx PYTHON_VERSION "3.10.11" && setx PYTHON_CMD "py -3.10" ) & \
27- (if "%python%" =="3.11" setx PYTHON_VERSION "3.11.9" && setx PYTHON_CMD "py -3.11" ) & \
28- (if "%python%" =="3.12" setx PYTHON_VERSION "3.12.10" && setx PYTHON_CMD "py -3.12" ) & \
29- (if "%python%" =="3.13" setx PYTHON_VERSION "3.13.9" && setx PYTHON_CMD "py -3.13" ) & \
30- (if "%python%" =="3.14" setx PYTHON_VERSION "3.14.0" && setx PYTHON_CMD "py -3.14" )
3126
3227# Use python_abi_tag env var to select regular or free-threaded Python
3328ARG freethreaded=0
You can’t perform that action at this time.
0 commit comments