From ff0ec586e50ab26905b3c9a2d2b1f9c7b1d5f396 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Wed, 15 Jan 2025 10:34:02 -0600 Subject: [PATCH] fix empty var Signed-off-by: Dean Roehrich --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a68701..4ddcd4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # These ARGs must be before the first FROM. This allows them to be valid for # use in FROM instructions. ARG MPI_OPERATOR_VERSION=0.6.0 -ARG OPENMPI_VERSION +ARG OPENMPI_VERSION=4.1.7 FROM mpioperator/openmpi-builder:v$MPI_OPERATOR_VERSION AS builder