From 3cafc71f0c1238ca9cac00349f7552eb1e3ebe2d Mon Sep 17 00:00:00 2001 From: EvilFreelancer <9089568+EvilFreelancer@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:17:12 +0000 Subject: [PATCH] Update RouterOS version to --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2963c6..e7bf15c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN set -xe \ bridge-utils iptables jq bash python3 # Environments which may be change -ENV ROUTEROS_VERSION="7.14.1" +ENV ROUTEROS_VERSION="" ENV ROUTEROS_IMAGE="chr-${ROUTEROS_VERSION}.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/${ROUTEROS_VERSION}/${ROUTEROS_IMAGE}.zip"