diff --git a/Label_Microservice/go/Dockerfile b/Label_Microservice/go/Dockerfile index 47104380d6..617cc5070d 100644 --- a/Label_Microservice/go/Dockerfile +++ b/Label_Microservice/go/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.13 as builder +FROM golang:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Label_Microservice/go/Dockerfile.automl b/Label_Microservice/go/Dockerfile.automl index 2b8fe25fbd..ebb23c1687 100644 --- a/Label_Microservice/go/Dockerfile.automl +++ b/Label_Microservice/go/Dockerfile.automl @@ -1,5 +1,5 @@ # Build the automl image -FROM golang:1.13 as builder +FROM golang:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests