mirror of
https://github.com/dunglas/frankenphp
synced 2024-11-23 08:39:21 +00:00
fix(static): ensure that FRANKENPHP_VERSION is defined in child Docker images
This commit is contained in:
parent
03c0247ae5
commit
85b8a8c805
@ -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=''
|
||||
|
Loading…
Reference in New Issue
Block a user