Skip to content

Commit

Permalink
Update docker-pi-hole-base.yml
Browse files Browse the repository at this point in the history
Remove Bullseye as it is EOL and no longer builds

Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux authored Jan 3, 2025
1 parent f3e3eec commit c8922a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-pi-hole-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
job:
- { DEBIAN_VERSION: bullseye-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
job:
- { DEBIAN_VERSION: bookworm-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
name: ${{ matrix.job.DEBIAN_VERSION }}
steps:
Expand Down

0 comments on commit c8922a4

Please sign in to comment.