From 3a3fa1035a9c0aaa8b48b14206fcdea53848fac1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 20 May 2025 23:00:48 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-baseimage-selkies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-baseimage-selkies.md b/docs/images/docker-baseimage-selkies.md index 3c4fbbc0f7..204f712f56 100644 --- a/docs/images/docker-baseimage-selkies.md +++ b/docs/images/docker-baseimage-selkies.md @@ -58,7 +58,7 @@ All base images are built for x86_64 and aarch64 platforms. | Alpine | alpine321 | | Arch | arch | | Debian | debianbookworm | -| Fedora | fedora41 | +| Fedora | fedora42 | | Kali | kali | | Ubuntu | ubuntunoble | @@ -204,7 +204,7 @@ docker run --rm -it \ -e PUID=1000 \ -e PGID=1000 \ -v $(pwd):/config/src \ - -p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash + -p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash ``` This will start you up in "core" development mode to mess around with core logic. The container also supports strictly frontend development, if there is an addon named "selkies-dashboard" you can pass that as dev_mode and core will be built on init and your development RDE will run against the frontend. @@ -218,7 +218,7 @@ docker run --rm -it \ -e PUID=1000 \ -e PGID=1000 \ -v $(pwd):/config/src \ - -p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash + -p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash ``` The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.