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
commit24d28a74e297a85f749185eae18d605f228da967 (patch)
tree62950206e8af22de603d0b360aa2d90a4ed1c3f5 /molecule/raspberrypi
parent26b54069d523f9cc157a2c59ebd074b576d20a7f (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