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 | 24d28a74e297a85f749185eae18d605f228da967 (patch) | |
| tree | 62950206e8af22de603d0b360aa2d90a4ed1c3f5 /molecule/ubuntu | |
| parent | 26b54069d523f9cc157a2c59ebd074b576d20a7f (diff) | |
Attempt fixing avahi test by pinning versions
Diffstat (limited to 'molecule/ubuntu')
| -rw-r--r-- | molecule/ubuntu/Dockerfile.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/ubuntu/Dockerfile.j2 b/molecule/ubuntu/Dockerfile.j2 index a8e90a48..5d9a96cc 100644 --- a/molecule/ubuntu/Dockerfile.j2 +++ b/molecule/ubuntu/Dockerfile.j2 @@ -1,6 +1,6 @@ # Based on the amazing work of geerlingguy <3 # FROM docker.io/geerlingguy/docker-ubuntu2404-ansible -FROM docker.io/library/ubuntu:noble +FROM docker.io/library/ubuntu:noble-20250805 ARG DEBIAN_FRONTEND=noninteractive |
