Fix php alpine tag

This commit is contained in:
Valentino Lauciani 2022-03-04 17:40:46 +01:00 committed by GitHub
parent 905a99efba
commit f5cb352e9f
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.15
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"