From 954de009577495d15fcbf9cfa078f40e59549d91 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 14 Nov 2017 14:15:59 -0600 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67ad2da..4c12f03 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=4 ARCH=x86_64 +ENV NAME=nodejs VERSION=0 RELEASE=5 ARCH=x86_64 LABEL summary="Javascript runtime." \ name="$FGC/$NAME" \