From 825515a17ff5c55f3fc12695ce1527c03d130563 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 9 Oct 2016 21:09:37 +0800 Subject: [PATCH] upgrade kcptun --- kcptun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcptun/Dockerfile b/kcptun/Dockerfile index 70c6944..19de29b 100644 --- a/kcptun/Dockerfile +++ b/kcptun/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -ENV KCPTUN_VERSION 20160904 +ENV KCPTUN_VERSION 20161009 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}