From 227b24e7d79e7ca38e449af9741cc73169aef48e Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 18 Oct 2022 09:42:13 -0400 Subject: [PATCH] Update workflow.yml The GitHub Actions is using an old image. Update it. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e804cc434..d4e9335f7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,7 +17,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')" runs-on: ubuntu-latest container: - image: gmao/ubuntu20-geos-env-mkl:v7.5.0-openmpi_4.1.2-gcc_11.2.0 + image: gmao/ubuntu20-geos-env-mkl:v7.5.0-openmpi_4.1.4-gcc_12.1.0 credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}