Skip to content

Scrumooth v2.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 15:22
7ca4673

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.1
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.1

Deployment

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 -d

What'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