From aba4834f91f49a25054a06ef2c9b8a8c37ca1f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:19:33 +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 | 2 +- docker/Dockerfile.ngen-deps | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3a798cd..c5b977f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -38,7 +38,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/ diff --git a/docker/Dockerfile.ngen-deps b/docker/Dockerfile.ngen-deps index 01a6838..dc87207 100644 --- a/docker/Dockerfile.ngen-deps +++ b/docker/Dockerfile.ngen-deps @@ -60,7 +60,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 @@ -84,7 +84,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 @@ -96,7 +96,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 @@ -107,7 +107,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