From ed3ad8eb1741fd5960fb6d9740ce9d794a472ee9 Mon Sep 17 00:00:00 2001
From: Jason Staack
Date: Fri, 13 Mar 2026 06:54:08 -0500
Subject: [PATCH] chore: update about page to v9.6 and Dockerfile to Go 1.25
Co-Authored-By: Claude Opus 4.6
---
frontend/src/routes/_authenticated/about.tsx | 2 +-
poller/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/routes/_authenticated/about.tsx b/frontend/src/routes/_authenticated/about.tsx
index b563a6f..770fc5e 100644
--- a/frontend/src/routes/_authenticated/about.tsx
+++ b/frontend/src/routes/_authenticated/about.tsx
@@ -509,7 +509,7 @@ function AboutPage() {
MSP fleet management platform for RouterOS devices
- v6.0
+ v9.6
diff --git a/poller/Dockerfile b/poller/Dockerfile
index fa0a083..ea8623f 100644
--- a/poller/Dockerfile
+++ b/poller/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
WORKDIR /build
COPY go.mod go.sum ./
RUN go mod download