Skip to content

Commit

Permalink
rebase alpine-kde to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 6, 2024
1 parent ca48c60 commit e133f0f
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:alpine320
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine321

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -30,6 +30,7 @@ RUN \
plasma-desktop \
plasma-systemmonitor \
plasma-workspace-wallpapers \
plasma-workspace-x11 \
systemsettings \
util-linux-misc && \
echo "**** kde tweaks ****" && \
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-alpine320
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine321

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -30,6 +30,7 @@ RUN \
plasma-desktop \
plasma-systemmonitor \
plasma-workspace-wallpapers \
plasma-workspace-x11 \
systemsettings \
util-linux-misc && \
echo "**** kde tweaks ****" && \
Expand Down

0 comments on commit e133f0f

Please sign in to comment.