···2233## Installation
4455-The recommended approach is to use the official container image from `ghcr.io/zenfyrdev/xpost:latest`
55+The recommended approach is to use the official container image from `ghcr.io/zenfyrdev/xpost:next`
6677### Podman Quadlets
88···1313Description=XPost
14141515[Container]
1616-Image=ghcr.io/zenfyrdev/xpost:latest
1616+Image=ghcr.io/zenfyrdev/xpost:next
1717EnvironmentFile=/etc/containers/systemd/xpost/.env
1818Volume=/var/containers/xpost/data:/app/data:Z
1919···3232```
3333services:
3434 xpost:
3535- image: ghcr.io/zenfyrdev/xpost:latest
3535+ image: ghcr.io/zenfyrdev/xpost:next
3636 restart: unless-stopped
3737 env_file: ./.env
3838 volumes: