From b69434e13df2715f34d58c3319f70102423d0419 Mon Sep 17 00:00:00 2001 From: nexusmaniac Date: Fri, 10 Jul 2020 22:46:37 +0100 Subject: [PATCH] Update Dockerfile.alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using Alpine `3.12` to get access to Transmission `3.0.0` 🎉 https://pkgs.alpinelinux.org/packages?name=transmission&branch=v3.12 https://github.com/transmission/transmission/releases/tag/3.00 I've tested this by upgrading the `3.11.6` APK's inside the container to `3.12` and it runs fine 👍 - Gives me `Transmission 3.00 (bb6b5a062e)` 😎 - VPN still connects & logs look tidy 👌 --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 2805b4faa..5c3f248a4 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 VOLUME /data VOLUME /config