Merge pull request #41 from linuxserver/master-3.9

Rebasing to Alpine 3.9
This commit is contained in:
aptalca 2019-02-24 12:33:55 -05:00 committed by GitHub
commit 30b6e3d75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine.python:3.8
FROM lsiobase/alpine.python:3.9
# set version label
ARG BUILD_DATE

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine.python.arm64:3.8
FROM lsiobase/alpine.python.arm64:3.9
# Add qemu to build on x86_64 systems
COPY qemu-aarch64-static /usr/bin

View file

@ -1,4 +1,4 @@
FROM lsiobase/alpine.python.armhf:3.8
FROM lsiobase/alpine.python.armhf:3.9
# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin

View file

@ -79,6 +79,7 @@ app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk
# changelog
changelogs:
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "18.08.18:", desc: "Rebase to alpine 3.8." }
- { date: "03.04.18:", desc: "Remove forced port and update README." }