From 0d091311b0e9e410da73c9fecacd8cff5236cc9c Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 23 Nov 2016 23:19:44 +0800 Subject: [PATCH] upgrade hans to 1.0 --- hans/Dockerfile | 2 +- hans/arm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hans/Dockerfile b/hans/Dockerfile index c97d219..0b9bf50 100644 --- a/hans/Dockerfile +++ b/hans/Dockerfile @@ -9,7 +9,7 @@ RUN set -xe \ && apk add --no-cache build-base curl libstdc++ linux-headers tar \ && mkdir hans \ && cd hans \ - && curl -sSL https://github.com/friedrich/hans/archive/v0.4.4.tar.gz | tar xz --strip 1 \ + && curl -sSL https://github.com/friedrich/hans/archive/v1.0.tar.gz | tar xz --strip 1 \ && make \ && mv hans /usr/bin/hans \ && cd .. \ diff --git a/hans/arm/Dockerfile b/hans/arm/Dockerfile index 9761dff..25d85de 100644 --- a/hans/arm/Dockerfile +++ b/hans/arm/Dockerfile @@ -9,7 +9,7 @@ RUN set -xe \ && apk add --no-cache build-base curl libstdc++ linux-headers tar \ && mkdir hans \ && cd hans \ - && curl -sSL https://github.com/friedrich/hans/archive/v0.4.4.tar.gz | tar xz --strip 1 \ + && curl -sSL https://github.com/friedrich/hans/archive/v1.0.tar.gz | tar xz --strip 1 \ && make \ && mv hans /usr/bin/hans \ && cd .. \