diff --git a/Dockerfile b/Dockerfile index 54e0884..ef2115e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Honza Horak LABEL io.k8s.description="Platform for building C and C++ applications" \ io.k8s.display-name="Fedora variant of Developer Toolset's C/C++ Toolchain from Software Collections" -ENV NAME=toolchain VERSION=1 RELEASE=9 ARCH=x86_64 +ENV NAME=toolchain VERSION=1 RELEASE=10 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \