From a1946d182682f14cae7174d36e9db08d0aca71dc Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Mar 2018 14:38:04 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c12f03..48ba881 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +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=5 ARCH=x86_64 +ENV NAME=nodejs VERSION=0 RELEASE=6 ARCH=x86_64 LABEL summary="Javascript runtime." \ name="$FGC/$NAME" \