From 4f338cb5fe1f25f65eac45daf2d30c864afeb503 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 20 May 2025 18:59:19 -0400 Subject: [PATCH] readme errors --- README.md | 6 +++--- readme-vars.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4a34b2..196107c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,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 | @@ -201,7 +201,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. @@ -215,7 +215,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. diff --git a/readme-vars.yml b/readme-vars.yml index d39bb1d..a5150e2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -59,7 +59,7 @@ full_custom_readme: | | Alpine | alpine321 | | Arch | arch | | Debian | debianbookworm | - | Fedora | fedora41 | + | Fedora | fedora42 | | Kali | kali | | Ubuntu | ubuntunoble | @@ -205,7 +205,7 @@ full_custom_readme: | -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. @@ -219,7 +219,7 @@ full_custom_readme: | -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.