Merge pull request #3009 from vlauciani/issue_3008

laravel-horizon - Add Alpine version in the FROM instruction
This commit is contained in:
Shao Yu-Lung (Allen) 2021-07-29 10:03:14 +08:00 committed by GitHub
commit 48eb9afc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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