From 68ddf2d532eb71edd51f0c0352f9e8ec4a2c7a07 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Fri, 28 Feb 2020 00:00:03 +0300 Subject: [PATCH] Release of RouterOS changed to 6.46.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b24a8f..9587b61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.47beta35" +ENV ROUTEROS_VERSON="6.46.4" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"