From f1bbd71e9c8f923f07242dfd3b51c33dd389d1db Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 10 Jan 2018 13:18:31 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecf97ff..f030fd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # This image is the base image for all s2i configurable Docker images. FROM registry.fedoraproject.org/fedora:27 -ENV SUMMARY='Base image which allows using of source-to-image.' DESCRIPTION='The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible.' NAME=s2i-core VERSION=0 RELEASE=6 ARCH=x86_64 +ENV SUMMARY='Base image which allows using of source-to-image.' DESCRIPTION='The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible.' NAME=s2i-core VERSION=0 RELEASE=7 ARCH=x86_64 LABEL summary="$SUMMARY" \ description="$DESCRIPTION" \