From bb3d433ef1720517150f3b4d2dbcdf2a09dee779 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Fri, 21 Sep 2018 01:00:03 +0300 Subject: [PATCH] Release of RouterOS changed to 6.43.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45563c7..3502a72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.44beta9" +ENV ROUTEROS_VERSON="6.43.2" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"