From 4ea3c052c902d8054a89a80be499154a2acd4b96 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 19 May 2017 09:34:03 +0800 Subject: [PATCH] upgrade kcptun to 20170329 --- kcptun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcptun/Dockerfile b/kcptun/Dockerfile index dc0cd2b..08c5e49 100644 --- a/kcptun/Dockerfile +++ b/kcptun/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -ENV KCPTUN_VERSION 20161009 +ENV KCPTUN_VERSION 20170329 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}