From cc54ab27a937124a930dd79adccb8bd5f31d3d5b Mon Sep 17 00:00:00 2001 From: LPM Date: Mon, 8 Sep 2025 12:11:11 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c84666..7478d89 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Unoffical Pocketbase Docker Container Support the original project: https://github.com/pocketbase/pocketbase -This Repo sets up the Github Actions to build and deploy to Dockerhub the [azatecas/pocketbase](https://hub.docker.com/repository/docker/azatecas/pocketbase) multiarch image. +This Repo sets up the Github Actions to build and deploy to Dockerhub the [azatecas/pocketbase](https://hub.docker.com/r/azatecas/pocketbase) multiarch image. It does not build pocketbase from scratch, but rather pull the [official release](https://github.com/pocketbase/pocketbase/releases) from the original Pocketbase Repo and containarize it. Current Pocketbase container architecture supported by this repo: From 174ca9ef87d036e51235212c61a291198aa4df07 Mon Sep 17 00:00:00 2001 From: LPM Date: Fri, 3 Oct 2025 16:48:47 -0400 Subject: [PATCH 2/2] Update PB from 0.30.0 -> 0.30.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6c668b..1dd5d83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ARG PB_VERSION=0.30.0 +ARG PB_VERSION=0.30.1 ARG TARGETARCH