aboutsummaryrefslogtreecommitdiffstats
path: root/switch-snmp/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-10-03 18:13:40 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-10-03 18:13:40 +0100
commitcb8810825fb119dd8f07fe491c38991d5e438c80 (patch)
treed64d1a924dfbc1a10945d03103bc3d8ca5dedfa1 /switch-snmp/Dockerfile
parent482e4a767cea6499b5ba26a56baa0db16e2830b7 (diff)
downloadpower.eda.gay-cb8810825fb119dd8f07fe491c38991d5e438c80.tar.gz
power.eda.gay-cb8810825fb119dd8f07fe491c38991d5e438c80.zip
Reduced timeout for mikrotik switches
Diffstat (limited to 'switch-snmp/Dockerfile')
-rw-r--r--switch-snmp/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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