update name in Dockefile
This commit is contained in:
parent
070bcb7d2d
commit
7e1b5afe3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue