diff --git a/Dockerfile b/Dockerfile index 051e57b..4401e15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.44beta28" +ENV ROUTEROS_VERSON="6.42.10" ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi" ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE" diff --git a/cron.sh b/cron.sh index e312bef..a6a95ad 100755 --- a/cron.sh +++ b/cron.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Cron fix cd "$(dirname $0)"