diff --git a/Dockerfile b/Dockerfile index 2c74521..1bdffb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,7 @@ RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \ dnf install -y --setopt=tsflags=nodocs findutils && \ dnf -y clean all -ENV NAME=nodejs \ - VERSION=0 \ - RELEASE=1 \ - ARCH=x86_64 +ENV NAME=nodejs VERSION=0 RELEASE=2 ARCH=x86_64 LABEL summary="Javascript runtime." \ name="$FGC/$NAME" \