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:
tajniak81
2026-07-22 21:22:23 +02:00
co-authored by Claude Opus 4.8
parent 03af4590bd
commit 948b977197
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# ---- build stage: fetch + verify + unzip PocketBase ----
FROM alpine:3.22 AS build
ARG PB_VERSION=0.39.8
ARG PB_VERSION=0.39.9
# provided automatically by buildx (e.g. amd64, arm64)
ARG TARGETARCH