Skip to content

Commit 8c07d17

Browse files
committed
containerfiles: version the base image for dns
The fedora-minimal as based image for the dns one was always referring to latest. Set the version to fedora 44 as the rest of the images. Signed-off-by: Alice Frosi <afrosi@redhat.com>
1 parent 163e395 commit 8c07d17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

containerfiles/dns/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM registry.fedoraproject.org/fedora-minimal
1+
ARG FEDORA_VERSION=44
2+
FROM registry.fedoraproject.org/fedora-minimal:${FEDORA_VERSION}
23

34
RUN microdnf install -y dnsmasq && microdnf clean all
45

0 commit comments

Comments
 (0)