rein0421 commited on
Commit
1354e2b
·
verified ·
1 Parent(s): d92339b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Python 3.10.9の公式イメージを使用
2
- FROM python:3.10.9
3
 
4
  # 作業ディレクトリを /app に設定
5
  WORKDIR /app
 
1
  # Python 3.10.9の公式イメージを使用
2
+ FROM python:3.11.6
3
 
4
  # 作業ディレクトリを /app に設定
5
  WORKDIR /app