From dd744e58b831253281541e19c26ec4318f4bedc4 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 14 Jun 2017 22:02:18 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a52304e..1bfa18f 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=5 ARCH=x86_64 +ENV NAME=ruby VERSION=0 RELEASE=6 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \