From e2c615af03220da38c4ed2d89610f2cb26e6d0d8 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 6 Jul 2017 15:28:06 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffdd39b..18df6e9 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=8 ARCH=x86_64 +ENV NAME=ruby VERSION=0 RELEASE=9 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \