Update base image to Ubuntu 24.04

This commit is contained in:
Héctor Molinero Fernández
2024-05-28 19:36:22 +02:00
parent e732499b5b
commit 649bc33cb7
12 changed files with 239 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
# Xubuntu on Docker
A Docker image based on Ubuntu 22.04 with the Xfce desktop environment,
A Docker image based on Ubuntu 24.04 with the Xfce desktop environment,
[xrdp](https://github.com/neutrinolabs/xrdp),
[xrdp PulseAudio module](https://github.com/neutrinolabs/pulseaudio-module-xrdp) and
[VirtualGL](https://github.com/VirtualGL/virtualgl).
@@ -25,7 +25,6 @@ docker run \
### Docker Compose
```yaml
version: '3.9'
services:
xubuntu:
image: 'docker.io/hectorm/xubuntu:latest'