chore: update about page to v9.6 and Dockerfile to Go 1.25

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-13 06:54:08 -05:00
parent 45bdbedfb0
commit ed3ad8eb17
2 changed files with 2 additions and 2 deletions

View File

@@ -509,7 +509,7 @@ function AboutPage() {
MSP fleet management platform for RouterOS devices MSP fleet management platform for RouterOS devices
</p> </p>
<span className="inline-block px-3 py-1 text-xs font-mono font-medium text-accent bg-accent-muted rounded-full"> <span className="inline-block px-3 py-1 text-xs font-mono font-medium text-accent bg-accent-muted rounded-full">
v6.0 v9.6
</span> </span>
</div> </div>

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder FROM golang:1.25-alpine AS builder
WORKDIR /build WORKDIR /build
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN go mod download RUN go mod download