Skip to content

Commit

Permalink
recorder 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlemoondev committed Dec 15, 2024
1 parent 4abcf20 commit ee0600d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN wget https://github.com/tickstep/aliyunpan/archive/refs/tags/v${ALIYUNPAN_VE
go build -o /aliyunpan

FROM build-go AS baidupcs-build
ENV BAIDUPCS_VERSION 3.9.5
ENV BAIDUPCS_VERSION 3.9.6
RUN wget https://github.com/qjfoidnh/BaiduPCS-Go/archive/refs/tags/v${BAIDUPCS_VERSION}.tar.gz -O baidupcs.tar.gz && \
tar -xzf baidupcs.tar.gz --strip 1 && \
go build -o /baidupcs
Expand All @@ -28,7 +28,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends wget && \
wget https://dot.net/v1/dotnet-install.sh && \
chmod +x dotnet-install.sh && \
./dotnet-install.sh -c 6.0 --runtime aspnetcore --install-dir /usr/local/bin && \
./dotnet-install.sh -c 8.0 --runtime aspnetcore --install-dir /usr/local/bin && \
apt-get purge -y --autoremove wget && \
rm -rf dotnet-install.sh \
/var/lib/apt/lists/* \
Expand All @@ -37,7 +37,7 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone
WORKDIR /recorder
COPY --from=bililive/recorder:2.12.0 /app .
COPY --from=bililive/recorder:2.13.1 /app .
EXPOSE 2356

FROM recorder as webhook
Expand Down

0 comments on commit ee0600d

Please sign in to comment.