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