diff --git a/packager/Dockerfile b/packager/Dockerfile index 272824ca7b0..8ca48b661b8 100644 --- a/packager/Dockerfile +++ b/packager/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Use an official Go runtime as a parent image -FROM golang:1.16 +FROM golang:1.18.8 ENV GO111MODULE=on