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:
parent
47960ad041
commit
4391715cc4
1 changed files with 2 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue