diff --git a/Dockerfile b/Dockerfile index 5ad157755..9ddfddff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the offical Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.19.4 as builder +FROM golang:1.19.7 as builder ARG version=develop