wwefih commited on
Commit
b2b4b0a
·
verified ·
1 Parent(s): d6c0c33

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # ベースとなるOS+Pythonの環境を指定
2
- FROM python:3.10-slim
3
 
4
  # コンテナ内の作業ディレクトリを指定
5
  WORKDIR /app
 
1
  # ベースとなるOS+Pythonの環境を指定
2
+ FROM python:3.11.15
3
 
4
  # コンテナ内の作業ディレクトリを指定
5
  WORKDIR /app