Skip to content

Commit 6f9124a

Browse files
authored
Merge pull request NVIDIA#905 from NVIDIA/upd-go-ctr
update default go version of the main container image
2 parents 23857db + 068d714 commit 6f9124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GOLANG_VERSION=1.20.5
15+
ARG GOLANG_VERSION=1.22.6
1616
FROM nvidia/cuda:12.6.0-base-ubi8 as build
1717

1818
RUN yum install -y \

0 commit comments

Comments
 (0)