Skip to content

Commit

Permalink
Upgrade 115 to version 2.0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stormyyd committed May 14, 2024
1 parent 9fb162f commit ddda6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 115/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="storm-yyd@outlook.com"
ARG APT_SOURCE=http://deb.debian.org/debian

RUN set-cont-env APP_NAME "115"
RUN set-cont-env APP_VERSION "2.0.9.3"
RUN set-cont-env APP_VERSION "2.0.10.2"

COPY startapp.sh /startapp.sh
COPY main-window-selection.jwmrc /etc/jwm/main-window-selection.jwmrc
Expand All @@ -17,7 +17,7 @@ RUN sed-patch 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
locale-gen
ENV LANG=en_US.UTF-8

ARG APP_URL=https://down.115.com/client/115pc/lin/115pc_2.0.9.3.deb
ARG APP_URL=https://down.115.com/client/115pc/lin/115_v2.0.10.2.deb
RUN \
curl -sS -L ${APP_URL} -o /tmp/115.deb && \
dpkg -i /tmp/115.deb && \
Expand Down

0 comments on commit ddda6e6

Please sign in to comment.