rebase alpine i3 to 3.20 (#245)

This commit is contained in:
Ryan Kuba 2024-05-23 15:14:35 +00:00 committed by GitHub
parent 3f63b70ae3
commit 00ecd315f0
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/i3 > /dev/null 2>&1