From 7daae39fae90fee8047a769943a6077ca0f3ef13 Mon Sep 17 00:00:00 2001 From: ezkrg Date: Fri, 14 Sep 2018 17:06:17 +0200 Subject: use sipe version instead of master --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5f3f2d0..fe847d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.8 ENV BITLBEE_VERSION 3.5.1 +ENV SIPE_VERSION upstream/1.23.3 RUN addgroup -g 101 -S bitlbee \ && adduser -u 101 -D -S -G bitlbee bitlbee \ @@ -86,6 +87,7 @@ RUN addgroup -g 101 -S bitlbee \ && cd /tmp \ && git clone https://github.com/tieto/sipe.git \ && cd sipe \ + && git checkout ${SIPE_VERSION} \ && ./autogen.sh \ && ./configure --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --prefix=/usr \ && make \ -- cgit v1.2.3