From d6937ea5e5baedbff4d27fc82cbd730eff8ea7cb Mon Sep 17 00:00:00 2001 From: EvilFreelancer <9089568+EvilFreelancer@users.noreply.github.com> Date: Sat, 20 Apr 2024 04:19:22 +0000 Subject: [PATCH] Update RouterOS version to 7.14.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a42aace..b784253 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.2" +ENV ROUTEROS_VERSION="7.14.3" ENV ROUTEROS_IMAGE="chr-${ROUTEROS_VERSION}.vdi" ENV ROUTEROS_PATH="https://cdn.mikrotik.com/routeros/${ROUTEROS_VERSION}/${ROUTEROS_IMAGE}.zip"