mirror of
https://github.com/restic/restic.git
synced 2025-12-20 23:00:24 -05:00
docker: Increase Go version to 1.19
This commit is contained in:
parent
92df039e5d
commit
0a4cddb34d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.16-alpine AS builder
|
FROM golang:1.19-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/restic/restic
|
WORKDIR /go/src/github.com/restic/restic
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue