Skip to content

Commit

Permalink
main image too
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Sep 26, 2024
1 parent 66cf850 commit 033295a
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 @@ -86,7 +86,7 @@ RUN wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.0.tar.g
&& make all install

###############################################################################
FROM mpioperator/openmpi:0.4.0 AS production
FROM mpioperator/openmpi:v0.5.0 AS production

# Provides nslookup for NNF Containers. Used for MPI Launcher InitContainers.
RUN apt-get update && apt-get install -y dnsutils && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 033295a

Please sign in to comment.