PHP_VERSION needs to be stated to be an ARG.
This commit is contained in:
parent
f5c3fa5c7d
commit
b4f6176f29
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
ARG PHP_VERSION
|
||||
FROM benzine/php:nginx-${PHP_VERSION}
|
||||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue