From 3b53ef64e238bc6d626ee4138a0791c4d9a5bcd7 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 23 May 2017 22:26:58 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce9316a..6d46f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ LABEL summary="Platform for building and running Ruby 2.4 applications" \ io.openshift.expose-services="8080:http" \ io.openshift.tags="builder,ruby,ruby24,rh-ruby24" -ENV NAME=ruby VERSION=0 RELEASE=3 ARCH=x86_64 +ENV NAME=ruby VERSION=0 RELEASE=4 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \