1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Update base container to Go 1.14

This commit is contained in:
Julien Vehent
2020-04-03 16:34:48 -04:00
committed by GitHub
parent 4bc27f6eb7
commit 1aa3647b53

View File

@@ -1,4 +1,4 @@
FROM golang:1.12
FROM golang:1.14
COPY . /go/src/go.mozilla.org/sops
WORKDIR /go/src/go.mozilla.org/sops