diff --git a/Dockerfile b/Dockerfile index e12191d6..98648709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the model-registry binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.odh b/Dockerfile.odh index 86e2114b..dc6daa6d 100644 --- a/Dockerfile.odh +++ b/Dockerfile.odh @@ -1,5 +1,5 @@ # Build the model-registry binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests