From 1e60dea327cd1568fa3286ce8bac47805c524ca4 Mon Sep 17 00:00:00 2001 From: alljoynsville Date: Fri, 23 Nov 2018 03:55:28 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e949fc..93de35d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \ echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt USER openwrt RUN cd /home/openwrt && \ - git clone --depth 1 --branch v18.06.0 https://git.openwrt.org/openwrt/openwrt.git openwrt && \ + git clone --depth 1 --branch v18.06.1 https://git.openwrt.org/openwrt/openwrt.git openwrt && \ cd openwrt && \ ./scripts/feeds update -a && \ rm -rf tmp