Update Alpine to 3.10 (#789)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/793/head 14.0.12-fpm-alpine
J0WI 7 years ago committed by GitHub
parent 8ba3f4f9bd
commit c4e7afe079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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; \

@ -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; \

@ -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; \

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

Loading…
Cancel
Save