From a63c50acb42763a6ea6ad28d4fd4ce4d5f2e86ab Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 30 Apr 2020 19:31:09 +0200 Subject: [PATCH] Use correct variable in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e24a2c..aa31dc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ LABEL summary="$SUMMARY" \ com.redhat.dev-mode.port="DEBUG_PORT:5858"\ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ - version="$VERSION" \ + version="$NODEJS_VERSION" \ maintainer="SoftwareCollections.org " \ help="For more information visit https://github.com/sclorg/s2i-nodejs-container" \ usage="s2i build centos/$NAME-$NODEJS_VERSION-centos7:latest "