Skip to content

Commit 40fb7ba

Browse files
committed
Fix php version
1 parent 504ecbc commit 40fb7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN rm -rf tests/ .git/ .github/ docker/ \
129129
# ===============================================
130130
# Stage 4: Production
131131
# ===============================================
132-
FROM dunglas/frankenphp:1-php8.3 AS production
132+
FROM ${BASE_IMAGE} AS production
133133

134134
# Copier Composer depuis l'image officielle
135135
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)