Skip to content

Commit

Permalink
bump: alpine v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 9, 2023
1 parent 46a42a2 commit 2c2e88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ENV BGMI_VERSION=transmission
RUN set -ex && \
# Transmission install
mkdir /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp/version && \
curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.19/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 2c2e88b

Please sign in to comment.