From fd7606f4dd775a6d4f73114fd8c9d36ff0f4bf51 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Tue, 2 Jul 2019 00:00:19 +0300 Subject: [PATCH] Release of RouterOS changed to 6.45 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7565f0..52bb155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.44.4" +ENV ROUTEROS_VERSON="6.45" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"