Update to work with PHP8 and PHP8.1

This commit is contained in:
Valentino Lauciani 2022-03-04 17:38:49 +01:00 committed by GitHub
parent df4ccf5eb7
commit 905a99efba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>"