upgrade: PrestaShop 8-apache → 9.0.3-8.3-apache (PHP 8.3)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
PHP 8.1 EOL depuis nov 2024, plus de patches sécurité. PS9 + PHP 8.3 (maintenu jusqu'en 2027) élimine CVE-2024-3566 sur libphp/php-cli. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@ steps:
|
||||
- apk add --no-cache curl
|
||||
- curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin latest
|
||||
- mkdir -p .reports
|
||||
- syft prestashop/prestashop:8-apache -o cyclonedx-json --file .reports/sbom-prestashop.cyclonedx.json
|
||||
- syft prestashop/prestashop:9.0.3-8.3-apache -o cyclonedx-json --file .reports/sbom-prestashop.cyclonedx.json
|
||||
- syft mariadb:10.11 -o cyclonedx-json --file .reports/sbom-mariadb.cyclonedx.json
|
||||
- echo "SBOM generes $(ls .reports/sbom-*.json | wc -l) fichiers"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}
|
||||
|
||||
services:
|
||||
prestashop:
|
||||
image: prestashop/prestashop:8-apache
|
||||
image: prestashop/prestashop:9.0.3-8.3-apache
|
||||
container_name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}-app
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user