@kirschbaum-development/sst-laravel 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile.web CHANGED
@@ -1,5 +1,5 @@
1
1
  ARG PHP_VERSION=8.4
2
- FROM serversideup/php:${PHP_VERSION}-unit as base
2
+ FROM serversideup/php:${PHP_VERSION}-fpm-nginx as base
3
3
 
4
4
  USER root
5
5