Upgrade Alpine to 3.11
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
0ea3f25d95
commit
0e24415434
@ -1,5 +1,5 @@
|
||||
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
|
||||
FROM php:7.3-fpm-alpine3.10
|
||||
FROM php:7.3-fpm-alpine3.11
|
||||
|
||||
# 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.10
|
||||
FROM php:7.3-fpm-alpine3.11
|
||||
|
||||
# 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.10
|
||||
FROM php:7.3-fpm-alpine3.11
|
||||
|
||||
# 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.10
|
||||
FROM php:7.3-fpm-alpine3.11
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.10
|
||||
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.11
|
||||
|
||||
# entrypoint.sh and cron.sh dependencies
|
||||
RUN set -ex; \
|
||||
|
Loading…
Reference in New Issue
Block a user