You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ All base images are built for x86_64 and aarch64 platforms.
52
52
53
53
| Distro | Current Tag |
54
54
| :----: | --- |
55
-
| Alpine |alpine321|
55
+
| Alpine |alpine322|
56
56
| Arch | arch |
57
57
| Debian | debianbookworm |
58
58
| Fedora | fedora42 |
@@ -74,7 +74,7 @@ A list of linuxserver.io supported applications is located [HERE](https://github
74
74
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:
75
75
76
76
```
77
-
FROM ghcr.io/linuxserver/baseimage-selkies:alpine321
77
+
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
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.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ full_custom_readme: |
56
56
57
57
| Distro | Current Tag |
58
58
| :----: | --- |
59
-
| Alpine | alpine321 |
59
+
| Alpine | alpine322 |
60
60
| Arch | arch |
61
61
| Debian | debianbookworm |
62
62
| Fedora | fedora42 |
@@ -78,7 +78,7 @@ full_custom_readme: |
78
78
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:
79
79
80
80
```
81
-
FROM ghcr.io/linuxserver/baseimage-selkies:alpine321
81
+
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
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.
0 commit comments