This commit is contained in:
Valentino Lauciani 2021-07-01 12:22:46 +02:00 committed by GitHub
parent 2bbe850d28
commit 58edaa6421
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}-alpine
FROM php:${LARADOCK_PHP_VERSION}-alpine3.13
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"