From e7746cde0de77dbae446304977b9434548f581df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 20:04:28 +0000 Subject: [PATCH] Bump rockylinux from 9.1-minimal to 9.2-minimal in /docker Bumps rockylinux from 9.1-minimal to 9.2-minimal. --- updated-dependencies: - dependency-name: rockylinux dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/