From 2a45239969daed7b056eb8d987b3f7fcbee4a52f Mon Sep 17 00:00:00 2001 From: EvilFreelancer <9089568+EvilFreelancer@users.noreply.github.com> Date: Sat, 2 Mar 2024 04:16:54 +0000 Subject: [PATCH] Update RouterOS version to 7.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b58b979..ddfadf2 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.13.5" +ENV ROUTEROS_VERSION="7.14" ENV ROUTEROS_IMAGE="chr-${ROUTEROS_VERSION}.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/${ROUTEROS_VERSION}/${ROUTEROS_IMAGE}.zip"