diff --git a/build/Dockerfile b/build/Dockerfile index 2bee70587c61..d0208fa0ee96 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15 +FROM golang:1.19 # don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume COPY golangci-lint /usr/bin/ diff --git a/build/Dockerfile.alpine b/build/Dockerfile.alpine index b9c34e0a4386..5078d10fc021 100644 --- a/build/Dockerfile.alpine +++ b/build/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM golang:1.15-alpine +FROM golang:1.19-alpine # gcc is required to support cgo; # git and mercurial are needed most times for go get`, etc.