Merge pull request #793 from tilosp/bot/update

Run update.sh
This commit is contained in:
Tilo Spannagel 2019-07-01 17:57:26 +02:00 committed by GitHub
commit 1000d4d468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.9
FROM php:7.2-fpm-alpine3.10
# 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.3-fpm-alpine3.9
FROM php:7.3-fpm-alpine3.10
# 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.3-fpm-alpine3.9
FROM php:7.3-fpm-alpine3.10
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \