From 6561d9bf41c9bb1216d434db331a6ff556941922 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 25 Jul 2017 16:19:17 -0500 Subject: [PATCH] Bump RELEASE for automatic rebuild --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ae6cfc..fbdce9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,11 +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=1 \ - ARCH=x86_64 +ENV PHP_VERSION=7.0 NAME=php VERSION=0 RELEASE=2 ARCH=x86_64 ENV HOME=/opt/app-root