luojunhui 4 meses atrás
pai
commit
7bcfa572f0
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -1,5 +1,4 @@
-FROM python:3.11-slim-bullseye
-
+FROM python:3.11-slim
 WORKDIR /app
 
 ENV PYTHONDONTWRITEBYTECODE 1