luojunhui hace 4 meses
padre
commit
7bcfa572f0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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