Merge pull request #1161 from J0WI/alpine-3.12

Upgrade Alpine to 3.12
This commit is contained in:
Tilo Spannagel 2020-06-30 01:11:41 +02:00 committed by GitHub
commit 1e70224108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.3-fpm-alpine3.11
FROM php:7.3-fpm-alpine3.12
# 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.11
FROM php:7.3-fpm-alpine3.12
# 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.4-fpm-alpine3.11
FROM php:7.4-fpm-alpine3.12
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

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