Skip to content

Commit 144a876

Browse files
Bot Updating Documentation
1 parent a910dfe commit 144a876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/images/docker-baseimage-selkies.md

Lines changed: 4 additions & 4 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

5656
| Distro | Current Tag |
5757
| :----: | --- |
58-
| Alpine | alpine321 |
58+
| Alpine | alpine322 |
5959
| Arch | arch |
6060
| Debian | debianbookworm |
6161
| Fedora | fedora42 |
@@ -77,7 +77,7 @@ A list of linuxserver.io supported applications is located [HERE](https://github
7777
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:
7878

7979
```
80-
FROM ghcr.io/linuxserver/baseimage-selkies:alpine321
80+
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
8181
RUN apk add --no-cache firefox
8282
COPY /root /
8383
```
@@ -204,7 +204,7 @@ docker run --rm -it \
204204
-e PUID=1000 \
205205
-e PGID=1000 \
206206
-v $(pwd):/config/src \
207-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
207+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
208208
```
209209

210210
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 \
218218
-e PUID=1000 \
219219
-e PGID=1000 \
220220
-v $(pwd):/config/src \
221-
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine321 bash
221+
-p 3001:3001 ghcr.io/linuxserver/baseimage-selkies:alpine322 bash
222222
```
223223

224224
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)