Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Switch base image to Fedora 39 with Python 3.12 #368

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builds devtools base image "creator-base" which pre-installs python and all
# binary dependencies. This makes each derived image much faster to build, even
# when using QEMU emulation.
ARG EE_BASE_IMAGE=quay.io/fedora/fedora-minimal:38
ARG EE_BASE_IMAGE=quay.io/fedora/fedora-minimal:39
FROM $EE_BASE_IMAGE

# https://github.com/opencontainers/image-spec/blob/main/annotations.md
Expand Down