Pin to bullseye-slim
This commit is contained in:
parent
822bd151ca
commit
996385fb57
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-deb-pr.yml
vendored
2
.github/workflows/build-deb-pr.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Debian Package in Docker
|
- name: Build Debian Package in Docker
|
||||||
run: |
|
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 \
|
"cd /tmp \
|
||||||
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
&& chmod 555 homeassistant-supervised/DEBIAN/p* \
|
||||||
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
&& dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||||
|
|
Loading…
Reference in a new issue