Convert parent image specification to image_spec calls

Change-Id: I32959c9111abcbd65f8a84cdd070ae2e50e3bda0
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
This commit is contained in:
Yuriy Taraday 2016-10-18 12:53:31 +03:00
parent 20a2b6d8e6
commit 9654b194e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM {{ namespace }}/base:{{ tag }}
FROM {{ image_spec("base") }}
MAINTAINER {{ maintainer }}
COPY requirements.txt /tmp/requirements.txt