Update pocketbase to version v0.22.18 (#1275)

This commit is contained in:
Nathan Fretz 2024-07-31 15:23:21 +10:00 committed by GitHub
parent 8880553893
commit f4f92d8b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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.