Update to Alpine 3.9

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-02-07 12:44:38 +01:00
parent b9ae3256ad
commit 0a3d4aef87
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.8
FROM php:7.2-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.8
FROM php:7.2-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.8
FROM php:7.2-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

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