Browse Source

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

Kévin Dunglas 10 months ago
parent
commit
85b8a8c805
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static-builder.Dockerfile

+ 4 - 0
static-builder.Dockerfile

@@ -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=''