diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index b8eea9c86..c182f91f8 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GOLANG_VERSION=1.20.5 +ARG GOLANG_VERSION=1.22.6 FROM nvidia/cuda:12.6.0-base-ubi8 as build RUN yum install -y \