Merge pull request #40 from linuxserver/master-3.10

Rebasing to Alpine 3.10
This commit is contained in:
chbmb 2019-07-07 21:51:05 +01:00 committed by GitHub
commit d9cee5788f
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/nginx:3.9
FROM lsiobase/nginx:3.10
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/nginx:arm64v8-3.9
FROM lsiobase/nginx:arm64v8-3.10
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/nginx:arm32v7-3.9
FROM lsiobase/nginx:arm32v7-3.10
# set version label
ARG BUILD_DATE

View File

@ -100,6 +100,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "14.06.19:", desc: "Add wkhtmltopdf to image for PDF rendering." }
- { date: "20.04.19:", desc: "Rebase to Alpine 3.9, add MySQL init logic." }
- { date: "22.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }