Browse Source

update docker base image

subDesTagesMitExtraKaese 2 years ago
parent
commit
50104ebaae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/docker.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.github/workflows/docker.yml

@@ -29,6 +29,6 @@ jobs:
         uses: docker/build-push-action@v2
         uses: docker/build-push-action@v2
         with:
         with:
           context: .
           context: .
-          platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
+          platforms: linux/amd64,linux/arm64,linux/arm/v5,linux/arm/v7
           push: true
           push: true
           tags: chriscn/pihole-to-influxdb:latest
           tags: chriscn/pihole-to-influxdb:latest

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.9-slim-buster
+FROM python:3.9-slim-bullseye
 
 
 LABEL maintainer="Christopher Nethercott" \
 LABEL maintainer="Christopher Nethercott" \
     description="PiHole to InfluxDB data bridge"
     description="PiHole to InfluxDB data bridge"