Skip to content

Commit

Permalink
fix: 8b09fb2
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed May 24, 2024
1 parent 89dd33c commit 48a8582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ENV BGMI_VERSION=transmission
RUN set -ex && \
# Transmission install
mkdir /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp/version && \
TRANSMISSION_VERSION=$(awk '/^P:transmission$/,/V:/' /tmp/version/APKINDEX | sed -n 2p | sed 's/^V://') && \
apk add --update --no-cache \
transmission-cli==${TRANSMISSION_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion transmission.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV BGMI_VERSION=transmission
RUN set -ex && \
# Transmission install
mkdir /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp/version && \
TRANSMISSION_VERSION=$(awk '/^P:transmission$/,/V:/' /tmp/version/APKINDEX | sed -n 2p | sed 's/^V://') && \
apk add --update --no-cache \
transmission-cli==${TRANSMISSION_VERSION} \
Expand Down

0 comments on commit 48a8582

Please sign in to comment.