Skip to content

Commit

Permalink
Alpine: Upgrade to v3.21
Browse files Browse the repository at this point in the history
This pull request upgrades to Alpine v3.21 for GCC 14. This contains additional performance improvements for rTorrent.

I would like to stay on PHP 8.3 for now, until PHP 8.4 receives more hotfixes. Furthermore, we need to make sure they are no ruTorrent issues with PHP 8.3 before upgrading to PHP 8.4.
  • Loading branch information
stickz authored Dec 24, 2024
1 parent 1bf5274 commit a1ab885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG DUMP_TORRENT_VERSION=302ac444a20442edb4aeabef65b264a85ab88ce9
# v6.3-0.9.8-0.13.8
ARG RTORRENT_STICKZ_VERSION=ddbbe8a03fb94cf95ab9a6d7fd5c60e51c0353ba

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3

FROM --platform=${BUILDPLATFORM} alpine:${ALPINE_VERSION} AS src
Expand Down

0 comments on commit a1ab885

Please sign in to comment.