Kaynağa Gözat

Merge pull request #1360 from zyqfork/master

dockerfile fallback debian11,fix azure cognitiveservices speech error
zhayujie 2 yıl önce
ebeveyn
işleme
cdf8609d24
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      docker/Dockerfile.latest

+ 2 - 2
docker/Dockerfile.latest

@@ -1,4 +1,4 @@
-FROM python:3.10-slim
+FROM python:3.10-slim-bullseye
 
 
 LABEL maintainer="foo@bar.com"
 LABEL maintainer="foo@bar.com"
 ARG TZ='Asia/Shanghai'
 ARG TZ='Asia/Shanghai'
@@ -32,4 +32,4 @@ RUN chmod +x /entrypoint.sh \
 
 
 USER noroot
 USER noroot
 
 
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]