Bullseye anyone?

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-01-08 12:55:54 +00:00
parent 25a8e0dcba
commit 0018e46a28
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
ARCH: amd64
DEBIAN_VERSION: buster
DEBIAN_VERSION: bullseye
steps:
- name: Checkout Repo
uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
ARG PIHOLE_BASE
FROM "${PIHOLE_BASE:-ghcr.io/pi-hole/docker-pi-hole-base:buster-slim}"
FROM "${PIHOLE_BASE:-ghcr.io/pi-hole/docker-pi-hole-base:bullseye-slim}"
ARG PIHOLE_DOCKER_TAG
ENV PIHOLE_DOCKER_TAG "${PIHOLE_DOCKER_TAG}"

View File

@ -9,9 +9,9 @@ x-common-args: &common-args
services:
amd64:
image: pihole:${PIHOLE_DOCKER_TAG}-amd64-${DEBIAN_VERSION:-buster}
image: pihole:${PIHOLE_DOCKER_TAG}-amd64-${DEBIAN_VERSION:-bullseye}
build:
context: .
args:
<<: *common-args
PIHOLE_BASE: ghcr.io/pi-hole/docker-pi-hole-base:${DEBIAN_VERSION:-buster}-slim
PIHOLE_BASE: ghcr.io/pi-hole/docker-pi-hole-base:${DEBIAN_VERSION:-bullseye}-slim