From 8a83752ba84df046ef6889f8574a5f47760ea0fd Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 21 May 2018 14:18:38 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c92cd39..cf6f083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,7 @@ FROM registry.fedoraproject.org/fedora:28 # Environment: # * $REDIS_PASSWORD - Database password -ENV NAME=redis \ - VERSION=0 \ - RELEASE=1 \ - ARCH=x86_64 +ENV NAME=redis VERSION=0 RELEASE=2 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \