Skip to content

Commit

Permalink
Update pocketbase to v0.22.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent 456fccc commit 9d9abf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pocketbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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
stop_grace_period: 1m
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
9 changes: 7 additions & 2 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.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.
Expand Down Expand Up @@ -40,4 +40,9 @@ gallery:
- 4.jpg
path: /_/
dependencies: []
releaseNotes: ""
releaseNotes: >-
This update includes several bug fixes and improvements:
- Improved file delete performance when using the local filesystem.
- Updated Go dependencies.
Full release notes are found at https://github.com/pocketbase/pocketbase/releases.

0 comments on commit 9d9abf2

Please sign in to comment.