Selaa lähdekoodia

Update dockerfile

Leng Yue 1 vuosi sitten
vanhempi
commit
b05b1d4bb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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