diff --git a/Containerfile b/Containerfile index ab819706..19f8bd53 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG SOURCE_IMAGE="silverblue" ARG SOURCE_SUFFIX="main" -ARG FEDORA_VERSION="39" +ARG FEDORA_VERSION="40" FROM ghcr.io/ublue-os/${SOURCE_IMAGE}-${SOURCE_SUFFIX}:${FEDORA_VERSION} # User files @@ -30,4 +30,4 @@ RUN rm -f /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo echo "Hidden=true" >> /usr/share/applications/nvtop.desktop && \ ostree container commit && \ mkdir -p /var/tmp && \ - chmod -R 1777 /var/tmp \ No newline at end of file + chmod -R 1777 /var/tmp