Compare commits

...

3 Commits

Author SHA1 Message Date
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
5 changed files with 2 additions and 3 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

@@ -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." }