Pin to bullseye-slim

This commit is contained in:
ikifar2012 2022-12-11 01:16:27 +00:00
parent 822bd151ca
commit 996385fb57

View file

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Build Debian Package in Docker
run: |
docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c \
docker run --rm -v $(pwd):/tmp debian:bullseye-slim bash -c \
"cd /tmp \
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
&& dpkg-deb --build --root-owner-group homeassistant-supervised"