Skip to content

Commit 4c7792c

Browse files
committed
Use Go 1.24.3 in container/Dockerfile
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 4fa9513 commit 4c7792c

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.24.2
15+
ARG GOLANG_VERSION=1.24.3
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)