From 33cb33fa4cc3f6613f390d12268ea3abc7d73d0a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 3 Oct 2017 14:40:54 -0500 Subject: [PATCH] bump RELEASE to run test build (OSBS broke) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70a7243..25d0043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 MAINTAINER "Stef Walter" -ENV VERSION=135 RELEASE=7 +ENV VERSION=135 RELEASE=8 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \