Closed ejnshtein closed 1 year ago
Update PHP 7.4 to 7.4.33 (final) and PHP 8.1 to 8.1.14
You will need Docker Desktop. Authorize your Docker instance with Github Docker Registry. Create token with this link: https://github.com/settings/tokens/new?scopes=write:packages
Use commands inside the container-images folder to build PHP 8.1 (make buildxpush-php-81-all) and PHP 7.4 (make buildxpush-php-74-all) images and push them to the registry.
container-images
make buildxpush-php-81-all
make buildxpush-php-74-all
Update PHP 7.4 to 7.4.33 (final) and PHP 8.1 to 8.1.14
You will need Docker Desktop. Authorize your Docker instance with Github Docker Registry. Create token with this link: https://github.com/settings/tokens/new?scopes=write:packages
Use commands inside the
container-images
folder to build PHP 8.1 (make buildxpush-php-81-all
) and PHP 7.4 (make buildxpush-php-74-all
) images and push them to the registry.