From 1e5501b8f24926a7aaeadc8b217e8b46f290762b Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Sat, 16 Feb 2019 00:30:03 +0300 Subject: [PATCH] Release of RouterOS changed to 6.44rc1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebfa2b5..928bba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.42.12" +ENV ROUTEROS_VERSON="6.44rc1" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"