mirror of
https://github.com/linuxserver/docker-nginx.git
synced 2026-02-05 02:48:09 +08:00
Merge pull request #57 from linuxserver/master-3.11
rebase to Alpine 3.11
This commit is contained in:
commit
c76b5c208b
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/nginx:3.10
|
||||
FROM lsiobase/nginx:3.11
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/nginx:arm64v8-3.10
|
||||
FROM lsiobase/nginx:arm64v8-3.11
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/nginx:arm32v7-3.10
|
||||
FROM lsiobase/nginx:arm32v7-3.11
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -26,7 +26,7 @@ pipeline {
|
||||
DIST_IMAGE = 'alpine'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='true'
|
||||
CI_WEB='false'
|
||||
CI_PORT='80'
|
||||
CI_SSL='false'
|
||||
CI_DELAY='120'
|
||||
|
||||
@ -17,7 +17,7 @@ repo_vars:
|
||||
- DIST_IMAGE = 'alpine'
|
||||
- MULTIARCH='true'
|
||||
- CI='true'
|
||||
- CI_WEB='true'
|
||||
- CI_WEB='false'
|
||||
- CI_PORT='80'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='120'
|
||||
|
||||
@ -40,6 +40,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { date: "18.12.19:", desc: "Add php7-imap and php7-pecl-apcu." }
|
||||
- { date: "13.11.19:", desc: "Add php7-pdo_odbc." }
|
||||
- { date: "24.10.19:", desc: "Add php7-pecl-imagick." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user