Update pocketbase to v0.22.20 (#1420)

This commit is contained in:
Nathan Fretz 2024-09-03 11:15:24 +10:00 committed by GitHub
parent 3c0334236f
commit 84b5dee42a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/muchobien/pocketbase:0.22.19@sha256:33a49be746fbc9f4c0d55b0cb869a661f33fda889a2147818411d73c50795cc6
image: ghcr.io/muchobien/pocketbase:0.22.20@sha256:c952d4daeadcdf7fdc1eb607b5eb3e6c78705613048f3eb064b2eab86334432f
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure

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.19"
version: "0.22.20"
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: >-
Additional parsing for the Apple OAuth2 user token response field has been added to attempt fetching the name of the authenticated user.
This update fixes an issue with the Admin UI 'isEmpty' check, now allowing the submission of zero uuid, datetime, and date strings.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases