Compare commits

..

5 Commits

Author SHA1 Message Date
LinuxServer-CI
234c90aae0 Bot Updating Package Versions 2020-02-08 00:58:07 +00:00
LinuxServer-CI
16b07a2622 Bot Updating Package Versions 2020-02-01 00:57:34 +00:00
LinuxServer-CI
259c34085b Bot Updating Package Versions 2020-01-25 01:56:39 +01:00
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 21 additions and 22 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,8 +7,8 @@ apr-util-1.6.1-r6
argon2-libs-20190702-r1
bash-5.0.11-r1
busybox-1.31.1-r9
ca-certificates-20191127-r0
ca-certificates-cacert-20191127-r0
ca-certificates-20191127-r1
ca-certificates-cacert-20191127-r1
coreutils-8.31-r0
curl-7.67.0-r0
db-5.3.28-r1
@@ -44,23 +44,23 @@ nginx-1.16.1-r6
openssl-1.1.1d-r3
pcre-8.43-r0
pcre2-10.34-r1
php7-7.3.13-r0
php7-common-7.3.13-r0
php7-ctype-7.3.13-r0
php7-fileinfo-7.3.13-r0
php7-fpm-7.3.13-r0
php7-json-7.3.13-r0
php7-mbstring-7.3.13-r0
php7-openssl-7.3.13-r0
php7-pdo-7.3.13-r0
php7-pdo_pgsql-7.3.13-r0
php7-pdo_sqlite-7.3.13-r0
php7-session-7.3.13-r0
php7-simplexml-7.3.13-r0
php7-tokenizer-7.3.13-r0
php7-xml-7.3.13-r0
php7-xmlwriter-7.3.13-r0
php7-zip-7.3.13-r0
php7-7.3.14-r0
php7-common-7.3.14-r0
php7-ctype-7.3.14-r0
php7-fileinfo-7.3.14-r0
php7-fpm-7.3.14-r0
php7-json-7.3.14-r0
php7-mbstring-7.3.14-r0
php7-openssl-7.3.14-r0
php7-pdo-7.3.14-r0
php7-pdo_pgsql-7.3.14-r0
php7-pdo_sqlite-7.3.14-r0
php7-session-7.3.14-r0
php7-simplexml-7.3.14-r0
php7-tokenizer-7.3.14-r0
php7-xml-7.3.14-r0
php7-xmlwriter-7.3.14-r0
php7-zip-7.3.14-r0
popt-1.16-r7
readline-8.0.1-r0
scanelf-1.2.4-r0

View File

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