summaryrefslogtreecommitdiffstats
path: root/molecule/ubuntu
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-22 01:03:57 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-22 01:03:57 +0200
commit1a563ccba6cafbe3626442fef42980fd0c7218b0 (patch)
tree8a9f7671d0c9228462d82c0d279826f6e5555ec2 /molecule/ubuntu
parent1793e7fc3c32ddd6ec3506a21590e938993a32a8 (diff)
Pin versions to latest
Diffstat (limited to 'molecule/ubuntu')
-rw-r--r--molecule/ubuntu/Dockerfile.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/molecule/ubuntu/Dockerfile.j2 b/molecule/ubuntu/Dockerfile.j2
index 5d9a96cc..64070d4d 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-20250805
+FROM docker.io/library/ubuntu:noble-20250910
ARG DEBIAN_FRONTEND=noninteractive
@@ -8,7 +8,7 @@ ENV container docker
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
- locales systemd avahi-daemon python3 iproute2 ifupdown udev \
+ locales systemd avahi-daemon dhcpcd python3 iproute2 ifupdown udev \
&& rm -Rf /var/lib/apt/lists/* \
&& rm -Rf /usr/share/doc \
&& rm -Rf /usr/share/man \