From 93c129616d40efadee8b06db375bed41d9c669b9 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 14 Jun 2017 16:24:54 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4bde718..d159804 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM registry.fedoraproject.org/fedora:25 # Environment: # * $REDIS_PASSWORD - Database password -ENV NAME=redis VERSION=0 RELEASE=3 ARCH=x86_64 +ENV NAME=redis VERSION=0 RELEASE=4 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \