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