From e99b71036223ffa21df92d265781d2c7b2735795 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 20 Sep 2016 23:42:31 +0200 Subject: [PATCH] isso: update to 0.10.5 --- isso/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/isso/Dockerfile b/isso/Dockerfile index 2c77cd3..c27dcda 100644 --- a/isso/Dockerfile +++ b/isso/Dockerfile @@ -1,11 +1,11 @@ FROM alpine:3.4 -MAINTAINER Wonderfall +MAINTAINER Wonderfall -ARG ISSO_VER=0.10.4 +ARG ISSO_VER=0.10.5 ENV GID=1000 UID=1000 -RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ +RUN echo "@community https://nl.alpinelinux.org/alpine/v3.4/community" >> /etc/apk/repositories \ && BUILD_DEPS=" \ python-dev \ libffi-dev \ @@ -19,7 +19,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a openssl \ ca-certificates \ su-exec \ - tini@commuedge \ + tini@community \ && pip install --no-cache cffi \ && pip install --no-cache misaka==1.0.2 \ && wget https://github.com/posativ/isso/releases/download/$ISSO_VER/isso-$ISSO_VER.tar.gz -P /tmp \