diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-22 00:47:06 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-22 00:47:06 +0200 |
| commit | 1793e7fc3c32ddd6ec3506a21590e938993a32a8 (patch) | |
| tree | 62950206e8af22de603d0b360aa2d90a4ed1c3f5 /molecule/raspberrypi | |
| parent | d7baa2ae06701525beed3e6ce0c7258a51cd5262 (diff) | |
Attempt fixing avahi test by pinning versions
Diffstat (limited to 'molecule/raspberrypi')
| -rw-r--r-- | molecule/raspberrypi/Dockerfile.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2 index 26e0dc9e..126602e4 100644 --- a/molecule/raspberrypi/Dockerfile.j2 +++ b/molecule/raspberrypi/Dockerfile.j2 @@ -1,6 +1,6 @@ # Based on the amazing work of geerlingguy <3 # FROM docker.io/geerlingguy/docker-debian12-ansible -FROM docker.io/library/debian:bookworm +FROM docker.io/library/debian:12.11 ARG DEBIAN_FRONTEND=noninteractive |
