rebase fedora-mate to 39 (#188)

Co-authored-by: thelamer <ryankuba@gmai.com>
This commit is contained in:
Ryan Kuba 2023-11-09 09:51:22 -08:00 committed by GitHub
parent 3e8b1d921d
commit 970830a8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora38
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora39
# set version label
ARG BUILD_DATE
@ -9,6 +9,7 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install packages ****" && \
dnf install -y --setopt=install_weak_deps=False --best \
caja \
chromium \
marco \
mate-control-center \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-fedora38
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-fedora39
# set version label
ARG BUILD_DATE
@ -9,6 +9,7 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install packages ****" && \
dnf install -y --setopt=install_weak_deps=False --best \
caja \
chromium \
marco \
mate-control-center \