Change Dockerfile.git to -alpine / upgrade Ubuntu

This commit is contained in:
Dirk 2025-05-05 13:24:57 +02:00
parent 286bc150db
commit 84da656683

View File

@ -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: