From 5e2d11d85ce3db78b9c574ea78587e3c183e329c Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 15 Aug 2024 15:07:35 +1000 Subject: [PATCH] Update pocketbase to version v0.22.19 (#1368) --- pocketbase/docker-compose.yml | 2 +- pocketbase/umbrel-app.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 8079c20..66d7666 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.22.18@sha256:9221b0f6c9148fee5977f1c5532bd1f3de970d6b3028fd02886b6edf37054829 + image: ghcr.io/muchobien/pocketbase:0.22.19@sha256:33a49be746fbc9f4c0d55b0cb869a661f33fda889a2147818411d73c50795cc6 # 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 04d798a..a5be430 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.22.18" +version: "0.22.19" 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. @@ -41,7 +41,7 @@ gallery: path: /_/ dependencies: [] releaseNotes: >- - This update improves file delete performance when using the local filesystem. + Additional parsing for the Apple OAuth2 user token response field has been added to attempt fetching the name of the authenticated user. - Full release notes are found at https://github.com/pocketbase/pocketbase/releases. \ No newline at end of file + Full release notes are found at https://github.com/pocketbase/pocketbase/releases \ No newline at end of file