Scrumooth v2.0.1
Docker Images
docker pull ghcr.io/orbivort/scrumooth/backend:2.0.1
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.1Deployment
See the Deployment Guide for complete setup instructions.
Quick start:
git clone --depth 1 --branch v2.0.1 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -dWhat's Changed
[2.0.1] - 2026-06-13
Security
- esbuild: fix high RCE vulnerability via NPM_CONFIG_REGISTRY due to missing binary integrity verification in Deno module - GHSA-gv7w-rqvm-qjhr
Full Changelog: v2.0.0...v2.0.1