mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Merge pull request #86 from linuxserver/master-3.9
Rebasing to Alpine 3.9
This commit is contained in:
commit
def4a2da22
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine.nginx:3.8
|
||||
FROM lsiobase/alpine.nginx:3.9
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -56,6 +56,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
|
||||
- { date: "25.01.19:", desc: "Add php7-phar for occ upgrades." }
|
||||
- { date: "05.09.18:", desc: "Rebase to alpine 3.8." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user