forked from TrueCloudLab/restic
docker: update to Go 1.20 for custom container builds
This commit is contained in:
parent
c181b51360
commit
31e07cecbb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.19-alpine AS builder
|
||||
FROM golang:1.20-alpine AS builder
|
||||
|
||||
WORKDIR /go/src/github.com/restic/restic
|
||||
|
||||
|
|
Loading…
Reference in a new issue