Skip to content

Commit

Permalink
fix empty var
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Jan 15, 2025
1 parent 3ad6d0e commit ff0ec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff0ec58

Please sign in to comment.