emmercm / docker-libtorrent

🌀 Docker image packaging for libtorrent.
https://hub.docker.com/r/emmercm/libtorrent
GNU General Public License v3.0
14 stars 6 forks source link

Update alpine Docker tag to v3.15.0 #136

Closed darktohka closed 2 years ago

darktohka commented 2 years ago

This pull request aims to upgrade the docker-libtorrent images to use Alpine 3.15 instead of 3.14.

This is needed for the docker-qbittorrent image to be be built with qBittorrent 4.4.0 and Qt 6. I am planning to create a separate pull request once this image is built and the image hash is available.

darktohka commented 2 years ago

I'd like to request a review from @emmercm

emmercm commented 2 years ago

Oh interesting, Renovate should have updated this image tag automatically, I'll have to look into why it didn't.

For what it's worth, qBittorrent 4.4.0 can still build with Qt 5, I haven't looked into Qt 6 yet: https://github.com/emmercm/docker-qbittorrent/pull/127.

emmercm commented 2 years ago

I kickstarted Renovate, https://github.com/emmercm/docker-libtorrent/pull/138 should auto-merge and solve this.