fix(static): ensure that FRANKENPHP_VERSION is defined in child Docker images

This commit is contained in:
Kévin Dunglas 2024-04-18 13:48:30 +02:00
parent 03c0247ae5
commit 85b8a8c805

View File

@ -2,7 +2,11 @@
FROM golang-base
ARG FRANKENPHP_VERSION=''
ENV FRANKENPHP_VERSION=${FRANKENPHP_VERSION}
ARG PHP_VERSION=''
ENV PHP_VERSION=${PHP_VERSION}
ARG PHP_EXTENSIONS=''
ARG PHP_EXTENSION_LIBS=''
ARG CLEAN=''