From 74d71f87b59a10cafb8cf70a32bd36ac7eaf76a5 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 1 Oct 2019 11:51:50 +0800 Subject: [PATCH] update n2n --- n2n/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n2n/Dockerfile b/n2n/Dockerfile index 29239fe..a1ced81 100644 --- a/n2n/Dockerfile +++ b/n2n/Dockerfile @@ -2,13 +2,13 @@ # Dockerfile for n2n # -FROM debian:stretch +FROM debian:buster MAINTAINER EasyPi Software Foundation RUN set -xe \ && apt update \ && apt install -y gnupg iptables lsb-release net-tools wget \ - && wget http://apt.ntop.org/stretch/all/apt-ntop.deb \ + && wget http://apt.ntop.org/buster/all/apt-ntop.deb \ && dpkg -i apt-ntop.deb \ && apt update \ && apt install -y n2n \