Merge pull request #5 from linuxserver/master-3.9

Rebasing to Alpine 3.9
This commit is contained in:
aptalca 2019-02-23 23:09:12 -05:00 committed by GitHub
commit e62040f673
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.nginx:3.8
FROM lsiobase/alpine.nginx:3.9
# set version label
ARG BUILD_DATE

View File

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

View File

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

View File

@ -100,6 +100,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "31.10.18:", desc: "Rebasing to alpine 3.8" }
- { date: "05.08.18:", desc: "Migration to live build server." }
- { date: "13.06.18:", desc: "Initial Release." }