From 3a08cff15b49ef30a93fccb22e71705837a03e67 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Wed, 4 Sep 2024 16:50:20 -0600 Subject: [PATCH] CI: Update docker python version --- docker/exodus/Dockerfile | 2 +- docker/seacas/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/exodus/Dockerfile b/docker/exodus/Dockerfile index 8acdf3b474..8cb4c9fbfa 100644 --- a/docker/exodus/Dockerfile +++ b/docker/exodus/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && \ zlib1g-dev && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 +RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 RUN git clone --depth 1 https://github.com/sandialabs/seacas.git WORKDIR /seacas RUN ./install-tpl.sh diff --git a/docker/seacas/Dockerfile b/docker/seacas/Dockerfile index 0c3b1b40a0..3f57b235c5 100644 --- a/docker/seacas/Dockerfile +++ b/docker/seacas/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && \ zlib1g-dev && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 +RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 RUN git clone --depth 1 https://github.com/sandialabs/seacas.git WORKDIR /seacas RUN ./install-tpl.sh