mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-02-20 08:28:57 +08:00
point to latest alpine in example
This commit is contained in:
parent
8bc9739186
commit
b20b4aec11
@ -80,7 +80,7 @@ A list of linuxserver.io supported applications is located [HERE](https://github
|
||||
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:
|
||||
|
||||
```
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320
|
||||
RUN apk add --no-cache firefox
|
||||
COPY /root /
|
||||
```
|
||||
|
||||
@ -84,7 +84,7 @@ full_custom_readme: |
|
||||
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:
|
||||
|
||||
```
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine320
|
||||
RUN apk add --no-cache firefox
|
||||
COPY /root /
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user