Merge pull request #5597 from MichaelEischer/bump-go-for-standalone-docker

bump go version in dockerfile to go 1.25
This commit is contained in:
Michael Eischer 2025-11-17 22:05:45 +01:00 committed by GitHub
commit 46f3ece883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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