Skip to content

Commit e77734a

Browse files
committed
fix: windowsのDockerfileのインストールするPythonバージョンが古い問題を修正
1 parent d991ebd commit e77734a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV chocolateyVersion=1.4.0
55
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'))"
66

77
# Pythonのインストール
8-
RUN powershell -Command "choco install -y python --version 3.8.10"
8+
RUN powershell -Command "choco install -y python --version 3.12.0"
99

1010

1111
# ホストマシンのコードをコンテナにコピー

0 commit comments

Comments
 (0)