We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d991ebd commit e77734aCopy full SHA for e77734a
windows/Dockerfile
@@ -5,7 +5,7 @@ ENV chocolateyVersion=1.4.0
5
RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
6
7
# Pythonのインストール
8
-RUN powershell -Command "choco install -y python --version 3.8.10"
+RUN powershell -Command "choco install -y python --version 3.12.0"
9
10
11
# ホストマシンのコードをコンテナにコピー
0 commit comments