From 1dd5f4b0d43f201854fd7b73be19b2c77d59bad3 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Wed, 22 Aug 2018 18:21:11 +0300 Subject: [PATCH] Release of RouterOS changed to 6.40.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e85a5e..2622ce3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.40.7" +ENV ROUTEROS_VERSON="6.40.8" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"