Merge pull request #59 from linuxserver/master-3.9

Rebasing to Alpine 3.9
This commit is contained in:
aptalca 2019-02-24 00:24:29 -05:00 committed by GitHub
commit 3c42aa6805
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:3.8
FROM lsiobase/alpine:3.9
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine.arm64:3.8
FROM lsiobase/alpine.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.armhf:3.8
FROM lsiobase/alpine.armhf:3.9
# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin

View File

@ -35,6 +35,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "14.11.18:", desc: "Allow access without /smokeping in URL." }
- { date: "28.04.18:", desc: "Rebase to alpine 3.8." }
- { date: "09.04.18:", desc: "Add bc package." }