We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ecbc commit 40fb7baCopy full SHA for 40fb7ba
Dockerfile
@@ -129,7 +129,7 @@ RUN rm -rf tests/ .git/ .github/ docker/ \
129
# ===============================================
130
# Stage 4: Production
131
132
-FROM dunglas/frankenphp:1-php8.3 AS production
+FROM ${BASE_IMAGE} AS production
133
134
# Copier Composer depuis l'image officielle
135
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
0 commit comments