From 5223fb9dcfcc3e484fdca7b3410e52511c4cf038 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sat, 6 Jan 2018 22:37:36 -0600 Subject: [PATCH] Make MW_VERSION a build arg so it can be overriden at build time --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 826fc40..ebaec27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ MAINTAINER Adrian Malacoda # Install ImageMagick RUN apt-get -y update && apt-get -y install imagemagick -ENV MW_VERSION REL1_29 +ARG MW_VERSION=REL1_29 WORKDIR /