diff --git a/Dockerfile b/Dockerfile index a984917..d761d63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ENV ROUTEROS_VERSON="6.44rc4" +ENV ROUTEROS_VERSON="6.44" 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 a6a95ad..0864392 100755 --- a/cron.sh +++ b/cron.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Cron fix cd "$(dirname $0)"