소스 검색

python 3.10 for release docker image

Rodja Trappe 2 년 전
부모
커밋
a994f79fc8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.9-slim
+FROM python:3.10-slim
 
 
 RUN python -m pip install nicegui
 RUN python -m pip install nicegui