This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
using python 3.11 as docker image
Rodja Trappe
2 years ago
parent
b10138aa96
commit
5cde19c991
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y