Refactoring

This commit is contained in:
2023-01-04 17:30:37 +02:00
parent df9eaa22ae
commit b41dc0d28f
6 changed files with 51 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ then
docker build -f docker/${tag}/Dockerfile -t jkaninda/laravel-php-fpm:$tag .
else
echo 'Build latest'
docker build -f docker/8.1/Dockerfile -t jkaninda/laravel-php-fpm:$tag .
docker build -f docker/8.2/Dockerfile -t jkaninda/laravel-php-fpm:$tag .
fi