update name in Dockefile

This commit is contained in:
Radoslav Pitonak 2017-04-26 14:27:03 +02:00
commit 7e1b5afe3e

View file

@ -22,7 +22,7 @@ ENV NAME=nodejs \
ARCH=x86_64
LABEL summary="Javascript runtime." \
name="Node.js" \
name="$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \