From 4ca3ab6c9d17ee73f33c598e7857cad0bbea02e2 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Wed, 28 Nov 2018 00:30:02 +0300 Subject: [PATCH] Release of RouterOS changed to 6.44beta39 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4401e15..d01c37b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.42.10" +ENV ROUTEROS_VERSON="6.44beta39" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"