From 8fb112e5e440994112ae7f3157d67c1896a238e0 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 2 Jun 2020 10:10:00 +0200 Subject: [PATCH] Increase release to resolve conflict with an existing build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 794c046..8cfc361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="16.container" \ + release="20.container" \ usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.8/test/setup-test-app/ $FGC/$NAME python-sample-app" \ maintainer="SoftwareCollections.org "