diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e79ea1b..2f2056d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: ShellCheck task: make -f Makefile shellcheck runs-on: ubuntu-latest - container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -55,4 +55,4 @@ jobs: general_checks: uses: stratis-storage/github-actions/.github/workflows/reusable_general.yml@master with: - fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT + fedora-container-image-number: 44 # CURRENT DEVELOPMENT ENVIRONMENT