From a228f1b36970c33b4144099010e1594f5b0f4dd3 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Mar 2018 14:38:28 +0000 Subject: [PATCH] "Bump RELEASE for automatic rebuild" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d292f82..f7a9322 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=5 ARCH=x86_64 +ENV PHP_VERSION=7.0 NAME=php VERSION=0 RELEASE=6 ARCH=x86_64 ENV HOME=/opt/app-root