summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-22 00:47:06 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-22 00:47:06 +0200
commit1793e7fc3c32ddd6ec3506a21590e938993a32a8 (patch)
tree62950206e8af22de603d0b360aa2d90a4ed1c3f5 /molecule/raspberrypi
parentd7baa2ae06701525beed3e6ce0c7258a51cd5262 (diff)
Attempt fixing avahi test by pinning versions
Diffstat (limited to 'molecule/raspberrypi')
-rw-r--r--molecule/raspberrypi/Dockerfile.j22
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