Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 2a65e3f

Browse files
authored
0.4.2 (#52)
## Summary Addresses potential react2shell vulnerability as well as minor updates. - refresh the frontend/server toolchain dependencies (React Query, tRPC, eslint/tooling, Prisma 6.19, etc.) while keeping the Auth.js stack pinned for manual verification. - update the production `deploy/docker/docker-compose.yml` to reference the new `0.4.2` application image. ## Testing - npm run check - npm run test
1 parent 92b1373 commit 2a65e3f

3 files changed

Lines changed: 1265 additions & 837 deletions

File tree

deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
restart: unless-stopped
1212

1313
rtap-web:
14-
image: ghcr.io/initstring/rtap:v0.4.1
14+
image: ghcr.io/initstring/rtap:v0.4.2
1515
container_name: rtap-web
1616
depends_on:
1717
- rtap-postgres

0 commit comments

Comments
 (0)