Skip to content

Commit

Permalink
Update to Fedora 40.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTabouret authored Apr 23, 2024
1 parent 678dc3e commit a166d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
chmod -R 1777 /var/tmp

0 comments on commit a166d69

Please sign in to comment.