This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
using python 3.11 as docker image
Rodja Trappe
2 năm trước cách đây
mục cha
b10138aa96
commit
5cde19c991
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Xem Tập Tin
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y