We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e3eec commit c8922a4Copy full SHA for c8922a4
1 file changed
.github/workflows/docker-pi-hole-base.yml
@@ -21,8 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- job:
25
- - { DEBIAN_VERSION: bullseye-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
+ job:
26
- { DEBIAN_VERSION: bookworm-slim, PLATFORMS: 'linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le' }
27
name: ${{ matrix.job.DEBIAN_VERSION }}
28
steps:
0 commit comments