From 64a445f2bc0e88f0dea67d2a25e49589b2c14cf4 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 14 Nov 2017 14:18:33 -0600 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9dc3d36..ce13712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 MAINTAINER "Jason Brooks" -ENV NAME=kubernetes-node VERSION=0 RELEASE=2 ARCH=x86_64 +ENV NAME=kubernetes-node VERSION=0 RELEASE=3 ARCH=x86_64 LABEL BZComponent="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \