Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pocketbase to version v0.23.1 #1852

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pocketbase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in pocketbase/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "app"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

app:
image: ghcr.io/muchobien/pocketbase:0.22.27@sha256:e44dc96daf61b697f5794ee575bff9f10f8b2d2a0749e5410f28664eaea46700
image: ghcr.io/muchobien/pocketbase:0.23.1@sha256:4633488a474a12760fc4c8d1f14f9826291f42c22e9855a4770ccc61065f0244
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure
Expand Down
8 changes: 4 additions & 4 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.22.27"
version: "0.23.1"
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,9 +41,9 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This release includes improvements to realtime client handling and authentication:
- Enhanced client authentication state management
- Improved realtime event delivery
This release includes improvements to request handling and error reporting:
- Added new response writing capabilities
- Improved error message clarity and detail


Full release notes are found at https://github.com/pocketbase/pocketbase/releases