Skip to content

Commit

Permalink
Update pocketbase to v0.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 16, 2024
1 parent 7151a3d commit faf6305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pocketbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

app:
image: ghcr.io/muchobien/pocketbase:0.23.5@sha256:3009b8183caa51927725380132a04982f01deedf7714f539f2fd58aaecaa8384
image: ghcr.io/muchobien/pocketbase:0.23.7@sha256:782f35e9f518f8b12152dca355de666f54002a3822765ff518dbcb21b0f8d0e8
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure
Expand Down
10 changes: 5 additions & 5 deletions pocketbase/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.5"
version: "0.23.7"
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.
Expand Down Expand Up @@ -41,10 +41,10 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This release includes improvements to UI and validation:
- Fixed issues with text field validation
- Improved UI logs search functionality
- Enhanced overall system stability
This release includes improvements to error handling and stability:
- Fixed issues with JavaScript error handling
- Enhanced system reliability
- Improved overall performance
Full release notes are found at https://github.com/pocketbase/pocketbase/releases

0 comments on commit faf6305

Please sign in to comment.