We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7339764 commit 7ae27a6Copy full SHA for 7ae27a6
Dockerfile
@@ -1,6 +1,6 @@
1
ARG php_version=8.3
2
3
-FROM dunglas/frankenphp:1.1-php${php_version} AS base
+FROM dunglas/frankenphp:1.2-php${php_version} AS base
4
WORKDIR /laravel
5
SHELL ["/bin/bash", "-eou", "pipefail", "-c"]
6
0 commit comments