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
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# ── General ───────────────────────────────────────────────────────────
|
# ── General ───────────────────────────────────────────────────────────
|
||||||
# PocketBase version to build (must match a published release tag, without the leading "v")
|
# PocketBase version to build (must match a published release tag, without the leading "v")
|
||||||
PB_VERSION=0.39.8
|
PB_VERSION=0.39.9
|
||||||
|
|
||||||
# Name of the running container
|
# Name of the running container
|
||||||
CONTAINER_NAME=pocketbase
|
CONTAINER_NAME=pocketbase
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
# ---- build stage: fetch + verify + unzip PocketBase ----
|
# ---- build stage: fetch + verify + unzip PocketBase ----
|
||||||
FROM alpine:3.22 AS build
|
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)
|
# provided automatically by buildx (e.g. amd64, arm64)
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
# ---- build stage: fetch + verify + unzip PocketBase ----
|
# ---- build stage: fetch + verify + unzip PocketBase ----
|
||||||
FROM alpine:3.22 AS build
|
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)
|
# provided automatically by buildx (e.g. amd64, arm64)
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ services:
|
|||||||
dockerfile: Dockerfile.root
|
dockerfile: Dockerfile.root
|
||||||
args:
|
args:
|
||||||
# PocketBase version to bake into the image (see .env)
|
# PocketBase version to bake into the image (see .env)
|
||||||
PB_VERSION: ${PB_VERSION:-0.39.8}
|
PB_VERSION: ${PB_VERSION:-0.39.9}
|
||||||
image: pocketbase:${PB_VERSION:-0.39.8}-root
|
image: pocketbase:${PB_VERSION:-0.39.9}-root
|
||||||
container_name: ${CONTAINER_NAME:-pocketbase}-root
|
container_name: ${CONTAINER_NAME:-pocketbase}-root
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ services:
|
|||||||
dockerfile: Dockerfile.rootless
|
dockerfile: Dockerfile.rootless
|
||||||
args:
|
args:
|
||||||
# PocketBase version to bake into the image (see .env)
|
# PocketBase version to bake into the image (see .env)
|
||||||
PB_VERSION: ${PB_VERSION:-0.39.8}
|
PB_VERSION: ${PB_VERSION:-0.39.9}
|
||||||
image: pocketbase:${PB_VERSION:-0.39.8}
|
image: pocketbase:${PB_VERSION:-0.39.9}
|
||||||
container_name: ${CONTAINER_NAME:-pocketbase}
|
container_name: ${CONTAINER_NAME:-pocketbase}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user