Upgrade to alpine 3.8

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-08-27 19:01:54 +02:00
parent 35fd42d042
commit b784ac84ad
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.7
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \