Skip to content

Commit

Permalink
Merge pull request #1360 from zyqfork/master
Browse files Browse the repository at this point in the history
dockerfile fallback debian11,fix azure cognitiveservices speech error
  • Loading branch information
zhayujie authored Aug 24, 2023
2 parents 36580c5 + 1b48cea commit cdf8609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.10-slim-bullseye

LABEL maintainer="[email protected]"
ARG TZ='Asia/Shanghai'
Expand Down Expand Up @@ -32,4 +32,4 @@ RUN chmod +x /entrypoint.sh \

USER noroot

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit cdf8609

Please sign in to comment.