From 0e50cc834959ef74ffd2218168bba594282a25fd Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 9 Dec 2017 19:15:07 +0800 Subject: [PATCH] upgrade kcptun to 20171201 --- kcptun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcptun/Dockerfile b/kcptun/Dockerfile index e0a61cd..dc88346 100644 --- a/kcptun/Dockerfile +++ b/kcptun/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -ENV KCPTUN_VERSION 20171021 +ENV KCPTUN_VERSION 20171201 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}