mirror of
https://github.com/restic/restic.git
synced 2025-12-08 06:09:56 +00:00
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:
parent
d81f95c777
commit
10a10b8d63
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue