From c468b8ee5ac8d08e660b7b9845995603f76fcdf0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 27 Jul 2023 17:15:26 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-baseimage-kasmvnc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-baseimage-kasmvnc.md b/images/docker-baseimage-kasmvnc.md index 79a09d975..a13aac1ce 100755 --- a/images/docker-baseimage-kasmvnc.md +++ b/images/docker-baseimage-kasmvnc.md @@ -59,7 +59,7 @@ All base images are built for x86_64 and aarch64 platforms. Included in these base images is a simple [Openbox DE](http://openbox.org/) and the accompanying logic needed to launch a single application. Lets look at the bare minimum needed to create an application container starting with a Dockerfile: ``` -FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine317 +FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318 RUN apk add --no-cache firefox COPY /root / ``` @@ -68,7 +68,7 @@ And we can define the application to start using: ``` mkdir -p root/defaults -echo "firefox" > /root/defaults/autostart +echo "firefox" > root/defaults/autostart ``` Resulting in a folder that looks like this: