Skip to content

Commit

Permalink
Merge pull request #905 from NVIDIA/upd-go-ctr
Browse files Browse the repository at this point in the history
update default go version of the main container image
  • Loading branch information
tariq1890 authored Aug 20, 2024
2 parents 23857db + 068d714 commit 6f9124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6f9124a

Please sign in to comment.