update image to go 1.25.4

This commit is contained in:
sberk42
2025-11-29 23:50:34 +01:00
parent 13588cdd1d
commit c6b3f6f5f4
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Build Image
FROM golang:1.24-alpine3.22 AS builder
FROM golang:1.25.4-alpine3.22 AS builder
RUN go install github.com/sberk42/fritzbox_exporter@latest \
&& mkdir /app \
&& mv /go/bin/fritzbox_exporter /app