This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
root
/
nicegui
mirror de
https://github.com/zauberzeug/nicegui.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
using python 3.11 as docker image
Rodja Trappe
2 anos atrás
pai
b10138aa96
commit
5cde19c991
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
development.dockerfile
+ 1
- 1
development.dockerfile
Ver arquivo
@@ -1,4 +1,4 @@
-FROM python:3.
7
-slim
+FROM python:3.
11
-slim
RUN apt update && apt install curl -y