Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 40ee134

Browse files
committed
make sure we pass the correct arguments
1 parent e55efbc commit 40ee134

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM php:7.1-fpm-alpine
22

3+
ARG BUILD_DATE
4+
ARG VCS_REF
5+
36
LABEL Maintainer="Zaher Ghaibeh <z@zah.me>" \
47
Description="Lightweight php 7.1 container based on alpine with xDebug enabled, SOPAP extensions enabled & composer installed." \
58
org.label-schema.name="php-7.1-xdebug-alpine" \

0 commit comments

Comments
 (0)