From 65f5605c2d475099657258a152ebc3a123420e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 26 Apr 2019 18:25:29 +0200 Subject: [PATCH] :arrow_up: Upgrades Phlex to version 0a87855726cbce49d0ca84c1a7432f7a3a0458e1 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 72378ff..3e053d8 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -29,7 +29,7 @@ RUN \ && mkdir -p /opt \ \ && curl -J -L -o /tmp/web.zip \ - "https://github.com/d8ahazard/Phlex/archive/579fb03589c0244841f9561a032372bbf89da1f8.zip" \ + "https://github.com/d8ahazard/Phlex/archive/0a87855726cbce49d0ca84c1a7432f7a3a0458e1.zip" \ \ && unzip -d /tmp /tmp/web.zip \ && mv /tmp/Phlex-*/* /opt \