Merge pull request #25 from linuxserver/master-3.10

Rebasing to Alpine 3.10
This commit is contained in:
chbmb 2019-07-05 20:16:55 +01:00 committed by GitHub
commit f906592347
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

@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "12.06.19:", desc: "Add ffmpeg and other deps as needed by popular plugins." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "01.03.19:", desc: "Add php-ctype & php-curl." }