From f4f92d8b4c035a399242ee6ac834b146ec24c6ec Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 15:23:21 +1000 Subject: [PATCH] Update pocketbase to version v0.22.18 (#1275) --- pocketbase/docker-compose.yml | 4 ++-- pocketbase/umbrel-app.yml | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 10e441e..8079c20 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.11@sha256:04dd9850554a24f82cfee060ff394179baaecc0f97e7721d9dd06818d26fd671 + image: ghcr.io/muchobien/pocketbase:0.22.18@sha256:9221b0f6c9148fee5977f1c5532bd1f3de970d6b3028fd02886b6edf37054829 # pocketbase needs to run as root # user: "1000:1000" restart: on-failure @@ -16,4 +16,4 @@ services: volumes: - ${APP_DATA_DIR}/data/data:/pb_data - ${APP_DATA_DIR}/data/public:/pb_public - - ${APP_DATA_DIR}/data/hooks:/pb_hooks + - ${APP_DATA_DIR}/data/hooks:/pb_hooks \ No newline at end of file diff --git a/pocketbase/umbrel-app.yml b/pocketbase/umbrel-app.yml index 50541ad..04d798a 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.11" +version: "0.22.18" 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. @@ -40,4 +40,8 @@ gallery: - 4.jpg path: /_/ dependencies: [] -releaseNotes: "" +releaseNotes: >- + This update improves file delete performance when using the local filesystem. + + + Full release notes are found at https://github.com/pocketbase/pocketbase/releases. \ No newline at end of file