From cb8810825fb119dd8f07fe491c38991d5e438c80 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 3 Oct 2025 18:13:40 +0100 Subject: Reduced timeout for mikrotik switches --- switch-snmp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switch-snmp/Dockerfile') diff --git a/switch-snmp/Dockerfile b/switch-snmp/Dockerfile index 9e12d5e..4369d61 100644 --- a/switch-snmp/Dockerfile +++ b/switch-snmp/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM reg.reaweb.uk/cron ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update -y -- cgit v1.2.3