Parcourir la source

Update python Docker tag to v3.12

Renovate Bot il y a 1 an
Parent
commit
77fd627a4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@ ADD whisper.cpp/ /build/
 RUN make
 
 # main image
-FROM python:3.10-slim-bullseye
+FROM python:3.12-slim-bullseye
 WORKDIR /app/
 
 # Install dependencies