GitLab CI commited on
Commit
fa303b0
·
1 Parent(s): 6831f1f

Update game build from GitLab CI

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Utiliser Python 3.9 comme base
2
- FROM python:3.9-slim
3
 
4
  # Installer poetry
5
  RUN pip install poetry
 
1
+ # Utiliser Python 3.10 comme base
2
+ FROM python:3.10-slim
3
 
4
  # Installer poetry
5
  RUN pip install poetry