rebase alpine mate to 3.20 (#247)

This commit is contained in:
Ryan Kuba 2024-05-23 15:14:06 +00:00 committed by GitHub
parent 82c2569630
commit 1e1a6aae77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine319
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine320
# set version label
ARG BUILD_DATE

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Disable blanking
setterm blank 0
setterm powerdown 0
# Start DE
/usr/bin/dbus-launch /usr/bin/mate-session > /dev/null 2>&1