luojunhui 1 day ago
parent
commit
7bcfa572f0
1 changed files with 1 additions and 2 deletions
  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