PHP_VERSION needs to be stated to be an ARG.

This commit is contained in:
Greyscale 2023-03-01 18:37:22 +01:00
parent f5c3fa5c7d
commit b4f6176f29
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -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" \