Update to work with PHP8 and PHP8.1
This commit is contained in:
parent
df4ccf5eb7
commit
905a99efba
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
ARG LARADOCK_PHP_VERSION
|
||||
FROM php:${LARADOCK_PHP_VERSION}-alpine3.13
|
||||
FROM php:${LARADOCK_PHP_VERSION}-alpine3.15
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue