Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG PB_VERSION=0.30.0
ARG PB_VERSION=0.30.1

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down