Browse Source

Update python Docker tag to v3.13

Renovate Bot 6 months ago
parent
commit
d238c06f8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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