From 792fc15ae98c66f86ad1772b88d5d1ca3e2e6dd3 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 25 Feb 2016 19:11:28 +0100 Subject: [PATCH] Use version 2.4.1. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45cfce1..7e74413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.3 -ENV ICECAST_VERSION 2.4.3 +ENV ICECAST_VERSION 2.4.1 RUN \ apk --update add build-base file libssl1.0 openssl-dev libxslt libxslt-dev libvorbis \