diff --git a/Containerfile b/Containerfile index 0854bf6..a2d2773 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Imagem única para montar uma instalação mínima do Fedora 44 com interface gráfica GNOME -FROM quay.io/fedora/fedora-bootc:44 +FROM quay.io/fedora/fedora-bootc:45 COPY locale.conf post-install.sh pacotes_desktop pacotes_necessarios post-install.service vconsole.conf zram-generator.conf ./ RUN mkdir -vp /var/roothome /data /var/home && \ @@ -38,4 +38,4 @@ RUN grep -v '^#' pacotes_necessarios | tr '\n' ' ' | xargs dnf5 install --setopt /var/roothome/.* # Verificação da imagem -RUN bootc container lint \ No newline at end of file +RUN bootc container lint