浏览代码

Merge pull request #5757 from lreed-mdsol/lreed/bump-go-version-fix-vulnerabilities

bump go version to 1.22.5 to fix security vulnerabilities in docker
Daniel Hiltgen 9 月之前
父节点
当前提交
3e5ea035d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-ARG GOLANG_VERSION=1.22.1
+ARG GOLANG_VERSION=1.22.5
 ARG CMAKE_VERSION=3.22.1
 ARG CMAKE_VERSION=3.22.1
 # this CUDA_VERSION corresponds with the one specified in docs/gpu.md
 # this CUDA_VERSION corresponds with the one specified in docs/gpu.md
 ARG CUDA_VERSION=11.3.1
 ARG CUDA_VERSION=11.3.1