Skip to content

Commit

Permalink
Update base image for focal. v5.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 21, 2023
1 parent 917d4f5 commit 97809c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ The following are the update records for the SRS Stack server.
* Refine local variable name conf to config. v5.12.1
* Add forced exit on timeout for program termination. v5.12.1
* Transcript: Support convert live speech to text by whisper. [v5.12.2](https://github.com/ossrs/srs-stack/releases/tag/v5.12.2)
* Transcript: Update base image for FFmpeg subtitles. v5.12.3
* v5.11
* VLive: Decrease the latency for virtual live. v5.11.1
* Live: Refine multiple language. v5.11.2
Expand Down
1 change: 1 addition & 0 deletions focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update -y && apt-get install -y upx

COPY --from=lego /lego /usr/local/bin/
COPY --from=build /usr/local/bin/ffmpeg /usr/local/bin/ffprobe /usr/local/bin/
COPY --from=build /usr/local/share/fonts/ /usr/local/share/fonts/
COPY --from=redis /usr/local/bin/redis-cli /usr/local/bin/redis-server /usr/local/bin/

RUN echo "Before UPX for $TARGETARCH" && \
Expand Down

0 comments on commit 97809c0

Please sign in to comment.