Skip to content

Commit 4f338cb

Browse files
committed
readme errors
1 parent b8f1756 commit 4f338cb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ All base images are built for x86_64 and aarch64 platforms.
5555
| Alpine | alpine321 |
5656
| Arch | arch |
5757
| Debian | debianbookworm |
58-
| Fedora | fedora41 |
58+
| Fedora | fedora42 |
5959
| Kali | kali |
6060
| Ubuntu | ubuntunoble |
6161

@@ -201,7 +201,7 @@ docker run --rm -it \
201201
-e PUID=1000 \
202202
-e PGID=1000 \
203203
-v $(pwd):/config/src \
204-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash
204+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
205205
```
206206

207207
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 \
215215
-e PUID=1000 \
216216
-e PGID=1000 \
217217
-v $(pwd):/config/src \
218-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash
218+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
219219
```
220220

221221
The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.

readme-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ full_custom_readme: |
5959
| Alpine | alpine321 |
6060
| Arch | arch |
6161
| Debian | debianbookworm |
62-
| Fedora | fedora41 |
62+
| Fedora | fedora42 |
6363
| Kali | kali |
6464
| Ubuntu | ubuntunoble |
6565
@@ -205,7 +205,7 @@ full_custom_readme: |
205205
-e PUID=1000 \
206206
-e PGID=1000 \
207207
-v $(pwd):/config/src \
208-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash
208+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
209209
```
210210
211211
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: |
219219
-e PUID=1000 \
220220
-e PGID=1000 \
221221
-v $(pwd):/config/src \
222-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:latest bash
222+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
223223
```
224224
225225
The application will be restarted on code changes to the src directory you mounted in and provide feedback for debugging.

0 commit comments

Comments
 (0)