diff --git a/docker/Dockerfile b/docker/Dockerfile index f119b11..55c4cd2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -67,7 +67,7 @@ ARG REPO_URL=https://github.com/NOAA-OWP/ngen.git \ ################################################################################################################ ################################################################################################################ ##### Create intermediate Docker build stage for Rocky-Linux-based "base" -FROM rockylinux:9.1 as rocky-base +FROM rockylinux:9.2 as rocky-base #USER=root @@ -91,7 +91,7 @@ RUN dnf update -y \ ################################################################################################################ ################################################################################################################ ##### Create intermediate Docker build stage for downloading Boost -FROM rockylinux:9.1 AS download_boost +FROM rockylinux:9.2 AS download_boost # Redeclaring inside this stage to get default from before first FROM ARG BOOST_VERSION @@ -103,7 +103,7 @@ RUN curl -L -o boost_${BOOST_VERSION//./_}.tar.bz2 https://sourceforge.net/proje ################################################################################################################ ##https://support.hdfgroup.org/ftp/HDF5/releases############################################################################################################## ##### Create intermediate Docker build stage for downloading MPICH -FROM rockylinux:9.1 AS download_mpich +FROM rockylinux:9.2 AS download_mpich # Redeclaring inside this stage to get default from before first FROM ARG MPICH_VERSION @@ -114,7 +114,7 @@ RUN curl -o /tmp/mpich-${MPICH_VERSION}.tar.gz https://www.mpich.org/static/down ################################################################################################################ ################################################################################################################ ##### Create intermediate Docker build stage for downloading MPICH -FROM rockylinux:9.1 AS download_hd5 +FROM rockylinux:9.2 AS download_hd5 # Redeclaring inside this stage to get default from before first FROM ARG HD5_VERSION @@ -584,7 +584,7 @@ ENV PATH=${WORKDIR}:$PATH ################################################################################################################ ##### Final stage for image -FROM rockylinux:9.1-minimal +FROM rockylinux:9.2-minimal ########################################Copy over the NGEN artifacts############################################ COPY --chown=root --from=rocky_build_staging /dmod/ /dmod/