From 6e826c30bb8d432076a6302455aec9c4241ed56a Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 24 Oct 2017 16:17:33 +0800 Subject: [PATCH] upgrade kcptun to 20171021 --- kcptun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcptun/Dockerfile b/kcptun/Dockerfile index 08c5e49..e0a61cd 100644 --- a/kcptun/Dockerfile +++ b/kcptun/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -ENV KCPTUN_VERSION 20170329 +ENV KCPTUN_VERSION 20171021 ENV KCPTUN_FILE kcptun-linux-amd64-${KCPTUN_VERSION}.tar.gz ENV KCPTUN_URL https://github.com/xtaci/kcptun/releases/download/v${KCPTUN_VERSION}/${KCPTUN_FILE}