Skip to content

Commit

Permalink
rebase fedora-mate to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Nov 7, 2023
1 parent 3e8b1d9 commit 1641c6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora38
FROM ghcr.io/linuxserver/baseimage-kasmvnc:fedora39

# set version label
ARG BUILD_DATE
Expand All @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 1641c6f

Please sign in to comment.