diff --git a/Dockerfile b/Dockerfile index c5b0d61..8f47146 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=11 ARCH=x86_64 +ENV NAME=ruby VERSION=0 RELEASE=12 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \