Dockerfile: update for Fedora 27 release

Update the FROM line to Fedora 27 base image and change VERSION
according to guidelines.
This commit is contained in:
Micah Abbott 2017-11-16 17:30:57 +00:00 committed by Adam Miller
commit 4391715cc4

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:26
FROM registry.fedoraproject.org/fedora:27
MAINTAINER "Stef Walter" <stefw@redhat.com>
ENV VERSION=135 RELEASE=1
ENV VERSION=0 RELEASE=1
LABEL BZComponent="cockpit" \
Name="$FGC/cockpit" \
Version="$VERSION" \