Consider version pinning your dependencies
Right now, we do have an issue, where production sites go down, because an Update to FrankenPHP causes the HTTP server to never start. See https://github.com/php/frankenphp/issues/2250
As it stands right now, any deployment setup that follows your instructions on https://developer.shopware.com/docs/guides/hosting/installation-updates/docker.html will go down, if it deploys a freshly build application image based on `FROM ghcr.io/shopware/docker-base:$PHP_VERSION-frankenphp AS base-image`
I want to ask the question: Should we version pin dependencies OR should we update the documentation to highlight, that developers should version pin the docker-base dependency?
关闭于 2026-03-12 2 条评论