chore: switch to stable versions
This commit is contained in:
parent
fabf0b6d33
commit
08d165696b
@ -1,7 +1,7 @@
|
||||
#syntax=docker/dockerfile:1.4
|
||||
|
||||
# Versions
|
||||
FROM dunglas/frankenphp:latest-alpine AS frankenphp_upstream
|
||||
FROM dunglas/frankenphp:1-alpine AS frankenphp_upstream
|
||||
FROM composer/composer:2-bin AS composer_upstream
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
|
||||
cd -
|
||||
rm -Rf tmp/
|
||||
|
||||
composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony:dev-main
|
||||
composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony
|
||||
composer config --json extra.symfony.docker 'true'
|
||||
|
||||
if grep -q ^DATABASE_URL= .env; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user