mirror of https://github.com/restic/restic.git
docker: update the base image to golang:1.22-alpine
This commit is contained in:
parent
b953dc8f58
commit
b48b1fa2c9
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.20-alpine AS builder
|
||||
FROM golang:1.22-alpine AS builder
|
||||
|
||||
WORKDIR /go/src/github.com/restic/restic
|
||||
|
||||
|
|
Loading…
Reference in New Issue