v1.5.1
Docker Images
docker pull ghcr.io/orbivort/scrsphere/backend:1.5.1
docker pull ghcr.io/orbivort/scrsphere/frontend:1.5.1Deployment
See the Deployment Guide for complete setup instructions.
Quick start:
git clone --depth 1 --branch v1.5.1 https://github.com/orbivort/scrsphere.git
cd scrsphere
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -dWhat's Changed
[1.5.1] - 2026-06-05
Security
- react-router: fix high DoS vulnerability - CVE-2026-42342
- hono: fix 4 moderate vulnerabilities - CVE-2026-47673, CVE-2026-47674, CVE-2026-47675, CVE-2026-47676
Full Changelog: v1.5.0...v1.5.1