Skip to content

Commit b3f5062

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
images: update fedora base images to fedora 38
Update the base images that use fedora to fedora 38. Fedora 38 has already been out some months already. Now is the perfect time to update them. Signed-off-by: John Mulligan <[email protected]>
1 parent a2c1f9a commit b3f5062

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:37
1+
FROM registry.fedoraproject.org/fedora:38
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:37
3+
FROM registry.fedoraproject.org/fedora:38
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:37
1+
FROM registry.fedoraproject.org/fedora:38
22
ARG INSTALL_PACKAGES_FROM=default
33
ARG SAMBA_VERSION_SUFFIX=""
44
ARG SAMBACC_VERSION_SUFFIX=""

0 commit comments

Comments
 (0)