From 5e1231f1b1456b51bb9eda28e0b3a75874e3f0ca Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 24 Aug 2017 16:55:17 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbdce9a..e201ecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN dnf install -y --setopt=tsflags=nodocs php php-opcache && \ dnf install -y --setopt=tsflags=nodocs git gettext zip unzip findutils python && \ dnf -y clean all -ENV PHP_VERSION=7.0 NAME=php VERSION=0 RELEASE=2 ARCH=x86_64 +ENV PHP_VERSION=7.0 NAME=php VERSION=0 RELEASE=3 ARCH=x86_64 ENV HOME=/opt/app-root