Merge pull request #3164 from vlauciani/master

'laravel-horizon' and 'php-worker' - Update php 'FROM' tag to use PHP8.1
This commit is contained in:
Shao Yu-Lung (Allen) 2022-03-08 23:32:37 +08:00 committed by GitHub
commit 91e0adfe45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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>"

View File

@ -5,7 +5,7 @@
#
ARG LARADOCK_PHP_VERSION
FROM php:${LARADOCK_PHP_VERSION}-alpine
FROM php:${LARADOCK_PHP_VERSION}-alpine3.15
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"