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

Commit

Permalink
Switch base image to Fedora 39 with Python 3.12 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 6, 2023
1 parent 3579a7a commit b52d180
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b52d180

Please sign in to comment.