mirror of
https://github.com/linuxserver/docker-cops.git
synced 2026-02-19 18:51:05 +08:00
Merge pull request #24 from linuxserver/master-3.9
Rebasing to Alpine 3.9
This commit is contained in:
commit
9135bf9110
@ -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
|
||||
|
||||
@ -82,6 +82,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||
- { date: "14.01.19:", desc: "Add multiarch and pipeline logic." }
|
||||
- { date: "21.08.18:", desc: "Rebase to alpine 3.8." }
|
||||
- { date: "02.07.18:", desc: "Add php7-ctype dependency." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user