bump go version in dockerfile to go 1.25

Note that this go version is independent of that used for the official
release binaries.
This commit is contained in:
Michael Eischer 2025-11-16 14:22:40 +01:00
parent d81f95c777
commit 10a10b8d63

View file

@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /go/src/github.com/restic/restic