From 0cf70aef000dc2002b0db028d163177ca691ebf4 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 8 Jan 2019 12:25:12 +0100
Subject: [PATCH] #20 Fix the test if we need to update

---
 run/scripts/update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run/scripts/update b/run/scripts/update
index 244dddf..fcdf852 100755
--- a/run/scripts/update
+++ b/run/scripts/update
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [[ -n ${PHP_VERSION} ]]; then
-  IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${VERSION} | head -1)
+  IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/l3d/php-${PHP_VERSION} | head -1)
   if [[ ! -n ${IMAGEID} ]]; then
     exit
   fi
-- 
GitLab