Bump PocketBase to 0.39.10

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-07-30 12:39:43 +02:00
co-authored by Claude Opus 4.8
parent f70d0e9710
commit 2d229a1c4d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# ── General ───────────────────────────────────────────────────────────
# PocketBase version to build (must match a published release tag, without the leading "v")
PB_VERSION=0.39.9
PB_VERSION=0.39.10
# Name of the running container
CONTAINER_NAME=pocketbase
+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.9
ARG PB_VERSION=0.39.10
# provided automatically by buildx (e.g. amd64, arm64)
ARG TARGETARCH
+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.9
ARG PB_VERSION=0.39.10
# provided automatically by buildx (e.g. amd64, arm64)
ARG TARGETARCH
+2 -2
View File
@@ -10,8 +10,8 @@ services:
dockerfile: Dockerfile.root
args:
# PocketBase version to bake into the image (see .env)
PB_VERSION: ${PB_VERSION:-0.39.9}
image: pocketbase:${PB_VERSION:-0.39.9}-root
PB_VERSION: ${PB_VERSION:-0.39.10}
image: pocketbase:${PB_VERSION:-0.39.10}-root
container_name: ${CONTAINER_NAME:-pocketbase}-root
restart: unless-stopped
environment:
+2 -2
View File
@@ -10,8 +10,8 @@ services:
dockerfile: Dockerfile.rootless
args:
# PocketBase version to bake into the image (see .env)
PB_VERSION: ${PB_VERSION:-0.39.9}
image: pocketbase:${PB_VERSION:-0.39.9}
PB_VERSION: ${PB_VERSION:-0.39.10}
image: pocketbase:${PB_VERSION:-0.39.10}
container_name: ${CONTAINER_NAME:-pocketbase}
restart: unless-stopped
environment: