1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-03 10:17:26 +00:00

bump dockerfile to go 1.23

This commit is contained in:
Michael Eischer 2025-01-18 18:27:43 +01:00
parent 5bf0204caf
commit d5a94583ed

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