Merge pull request #5211 from MichaelEischer/bump-dockerfile-go-version

Bump dockerfile to go 1.23
This commit is contained in:
rawtaz 2025-01-19 08:32:42 +01:00 committed by GitHub
commit ed3922ac82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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