From 84da65668337f9d4ccd127bea50e6299e34d13b6 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 5 May 2025 13:24:57 +0200 Subject: [PATCH] Change Dockerfile.git to -alpine / upgrade Ubuntu --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b0dc06d..1d1be62 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -12,7 +12,7 @@ on: - '**.html' - 'LICENSE' - 'Dockerfile' - - 'Dockerfile.git' + - 'Dockerfile-alpine' permissions: contents: read @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-22.04'] + os: ['ubuntu-24.04'] perl: ['5.26'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: