From eee698afae5187714009bedb763680f209dce9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vaill=C3=A9?= Date: Wed, 1 Feb 2017 21:26:35 +0100 Subject: [PATCH] Update version for fix error https://github.com/posativ/isso/commit/339318eb92de173d405cbf20843e0df386f855ca --- isso/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/Dockerfile b/isso/Dockerfile index bbf5e7d..8d496c6 100644 --- a/isso/Dockerfile +++ b/isso/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ARG ISSO_VER=0.10.5 +ARG ISSO_VER=0.10.6 ENV GID=1000 UID=1000