Update Dockerfile.alpine

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 👌
This commit is contained in:
nexusmaniac
2020-07-10 22:46:37 +01:00
committed by GitHub
parent 6329ce1d4e
commit b69434e13d

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11 FROM alpine:3.12
VOLUME /data VOLUME /data
VOLUME /config VOLUME /config