Skip to content

Commit c8922a4

Browse files
authored
Update docker-pi-hole-base.yml
Remove Bullseye as it is EOL and no longer builds Signed-off-by: Adam Warner <[email protected]>
1 parent f3e3eec commit c8922a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-pi-hole-base.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
job:
25-
- { DEBIAN_VERSION: bullseye-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
24+
job:
2625
- { DEBIAN_VERSION: bookworm-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
2726
name: ${{ matrix.job.DEBIAN_VERSION }}
2827
steps:

0 commit comments

Comments
 (0)