Use `:20` tag in f20's DockerFile

Make sure we're actually using an fedora 20 image by explicitly using
the tag of the image we're building it from.

Change-Id: I98a2d66236f2278104e4c825c22d510259db344d
This commit is contained in:
Flavio Percoco 2014-09-08 09:13:29 +02:00
parent 508e2c961f
commit be50d1fb1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora
FROM fedora:20
MAINTAINER OpenStack <openstack-dev@lists.openstack.org>
RUN yum -y update