Compare commits

..

2 Commits

Author SHA1 Message Date
LinuxServer-CI
583ddfa1da Bot Updating Package Versions 2020-01-17 23:38:34 -05:00
aptalca
03cea49daa Use nginx from baseimage 2020-01-17 20:34:15 -08:00
6 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
nginx \
php7-ctype \ php7-ctype \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \

View File

@@ -14,7 +14,6 @@ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
nginx \
php7-ctype \ php7-ctype \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \

View File

@@ -14,7 +14,6 @@ RUN \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache --upgrade \ apk add --no-cache --upgrade \
curl \ curl \
nginx \
php7-ctype \ php7-ctype \
php7-pdo_pgsql \ php7-pdo_pgsql \
php7-pdo_sqlite \ php7-pdo_sqlite \

View File

@@ -223,6 +223,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **17.01.20:** - Use nginx from baseimage.
* **19.12.19:** - Rebasing to alpine 3.11. * **19.12.19:** - Rebasing to alpine 3.11.
* **16.07.19:** - Save laravel.log to /config/log/heimdall. * **16.07.19:** - Save laravel.log to /config/log/heimdall.
* **28.06.19:** - Rebasing to alpine 3.10. * **28.06.19:** - Rebasing to alpine 3.10.

View File

@@ -40,7 +40,7 @@ ncurses-libs-6.1_p20191130-r0
ncurses-terminfo-6.1_p20191130-r0 ncurses-terminfo-6.1_p20191130-r0
ncurses-terminfo-base-6.1_p20191130-r0 ncurses-terminfo-base-6.1_p20191130-r0
nghttp2-libs-1.40.0-r0 nghttp2-libs-1.40.0-r0
nginx-1.16.1-r6 nginx-1.16.1-r4
openssl-1.1.1d-r3 openssl-1.1.1d-r3
pcre-8.43-r0 pcre-8.43-r0
pcre2-10.34-r1 pcre2-10.34-r1

View File

@@ -49,6 +49,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "17.01.20:", desc: "Use nginx from baseimage." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." } - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "16.07.19:", desc: "Save laravel.log to /config/log/heimdall." } - { date: "16.07.19:", desc: "Save laravel.log to /config/log/heimdall." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }