Leng Yue 1 anno fa
parent
commit
b05b1d4bb6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10.14-bookworm
+FROM python:3.10-slim-bullseye
 
 # Install system dependencies
 ENV DEBIAN_FRONTEND=noninteractive