From 3fe65704e3797697c75cdd2a609cbf24a5d97bec Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Mon, 30 Mar 2026 10:33:36 +0200 Subject: [PATCH] Update pocketbase to v0.36.8 (#5239) --- pocketbase/docker-compose.yml | 2 +- pocketbase/umbrel-app.yml | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 0cf74b45..36ba04ec 100644 --- a/pocketbase/docker-compose.yml +++ b/pocketbase/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" app: - image: ghcr.io/muchobien/pocketbase:0.36.7@sha256:244e8028be1fc9a9ab3649e746c248f40dd0cf852f7cdc8b12e17922347f52cf + image: ghcr.io/muchobien/pocketbase:0.36.8@sha256:6b2134f1014d49658a0d347875582806523ea9c661633ae70930dbb07d5eeabf # pocketbase needs to run as root # user: "1000:1000" restart: on-failure diff --git a/pocketbase/umbrel-app.yml b/pocketbase/umbrel-app.yml index 9f2297ac..949c26c6 100644 --- a/pocketbase/umbrel-app.yml +++ b/pocketbase/umbrel-app.yml @@ -3,7 +3,7 @@ id: pocketbase name: PocketBase tagline: Open Source backend for your next SaaS and Mobile app in 1 file category: developer -version: "0.36.7" +version: "0.36.8" port: 5400 description: >- PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API. @@ -44,11 +44,8 @@ path: /_/ dependencies: [] releaseNotes: >- This release includes several improvements and bug fixes: - - Fixed high memory usage with large file uploads - - Updated rate limiter to use a more traditional fixed window strategy, making it more intuitive and predictable - - - ⚠️ SQLite was updated to fix a rare database corruption bug - upgrading is advised + - Fixed OAuth2 client secret reset when serializing a cached collection model + - Bumped all dependencies to address a recent security scanner report (not a real vulnerability in PocketBase) Full release notes are found at https://github.com/pocketbase/pocketbase/releases