diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 10e441e2..8079c207 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 50541ad0..04d798ae 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