Parcourir la source

Update dockerfile

Leng Yue il y a 1 an
Parent
commit
b05b1d4bb6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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