mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-31 15:09:40 +02:00
Small tunes of version in Dockerfile
This commit is contained in:
parent
89b36db462
commit
63c948b6e1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ RUN set -xe \
|
|||
bridge-utils iptables jq bash python3
|
||||
|
||||
# Environments which may be change
|
||||
ENV ROUTEROS_VERSION="7.17"
|
||||
ARG ROUTEROS_VERSION
|
||||
ENV ROUTEROS_VERSION=${ROUTEROS_VERSION}
|
||||
ENV ROUTEROS_IMAGE="chr-${ROUTEROS_VERSION}.vdi"
|
||||
ENV ROUTEROS_PATH="https://cdn.mikrotik.com/routeros/${ROUTEROS_VERSION}/${ROUTEROS_IMAGE}.zip"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue