From 66cf85092b42059c47d4fa31050877767093c8e1 Mon Sep 17 00:00:00 2001 From: Blake Devcich Date: Thu, 26 Sep 2024 13:25:37 -0500 Subject: [PATCH] add missing v --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02c9b41..2702251 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM mpioperator/openmpi-builder:0.5.0 AS builder +FROM mpioperator/openmpi-builder:v0.5.0 AS builder RUN apt-get update && apt-get install -y \ ca-certificates \