From 3d70d2203e69b2c096da0eeed7a8282aefb58885 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 5 Jul 2017 17:59:11 -0400 Subject: [PATCH] Use rawhide in the FROM line of the container image. Signed-off-by: Randy Barlow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1104a8e..0cae6b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:26 +FROM registry.fedoraproject.org/fedora:rawhide MAINTAINER "Randy Barlow" ENV NAME=docker-distribution VERSION=2.5.1 RELEASE=1 ARCH=x86_64