Update pocketbase to v0.36.8 (#5239)
This commit is contained in:
parent
6d2b972109
commit
3fe65704e3
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user