Skip to content

Commit 05db25f

Browse files
ad-server: explicitly use fedora 34 for the fedora image
This allows us to update to the future version(s) at our own pace. While we're changing things use a fully qualified registry name from the official fedora registry. Signed-off-by: John Mulligan <[email protected]>
1 parent 0d0f86b commit 05db25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ad-server/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora
1+
FROM registry.fedoraproject.org/fedora:34
22

33
RUN dnf install -y samba-dc procps-ng /usr/bin/smbclient
44
RUN rm -f /etc/samba/smb.conf

0 commit comments

Comments
 (0)