Skip to content

Commit 7c71f2c

Browse files
committed
Update default GOLANG_VERISON argument
Signed-off-by: Evan Lezar <[email protected]>
1 parent 71a20a1 commit 7c71f2c

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.23.8
15+
ARG GOLANG_VERSION=1.24.2
1616
# We use an ubuntu20.04 base image to allow for a more efficient multi-arch builds.
1717
FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu20.04 AS build
1818

0 commit comments

Comments
 (0)