Bump PocketBase to 0.39.9
Update the pinned version across .env.example, both Dockerfiles, and both Compose stacks so the build arg, image tag, and documented default stay in sync. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
03af4590bd
commit
948b977197
@@ -10,8 +10,8 @@ services:
|
||||
dockerfile: Dockerfile.root
|
||||
args:
|
||||
# PocketBase version to bake into the image (see .env)
|
||||
PB_VERSION: ${PB_VERSION:-0.39.8}
|
||||
image: pocketbase:${PB_VERSION:-0.39.8}-root
|
||||
PB_VERSION: ${PB_VERSION:-0.39.9}
|
||||
image: pocketbase:${PB_VERSION:-0.39.9}-root
|
||||
container_name: ${CONTAINER_NAME:-pocketbase}-root
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user