Skip to content

Commit 13f8f65

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
images: update fedora base images to fedora 40
With the recent release of samba-container and the recent-ish release of Fedora 40, now is a good time to update the fedora version we are tracking. Signed-off-by: John Mulligan <[email protected]>
1 parent 32f1129 commit 13f8f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/ad-server/Containerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:39
1+
FROM registry.fedoraproject.org/fedora:40
22
ARG INSTALL_PACKAGES_FROM=default
33
ARG SAMBA_VERSION_SUFFIX=""
44
ARG SAMBACC_VERSION_SUFFIX=""

images/client/Containerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2020 Michael Adam
22

3-
FROM registry.fedoraproject.org/fedora:39
3+
FROM registry.fedoraproject.org/fedora:40
44

55
MAINTAINER Michael Adam <[email protected]>
66

images/server/Containerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:39
1+
FROM registry.fedoraproject.org/fedora:40
22
ARG INSTALL_PACKAGES_FROM=default
33
ARG SAMBA_VERSION_SUFFIX=""
44
ARG SAMBACC_VERSION_SUFFIX=""

0 commit comments

Comments
 (0)