From a75f65ebe8c616b401cb746e5fb351a9d9f2bb3b Mon Sep 17 00:00:00 2001 From: Miguel Gargallo Date: Mon, 4 Mar 2024 15:35:14 +0100 Subject: [PATCH] v0.22.2 --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a099a0..8b0a62f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 ARG BUILDARCH -ARG PB_VERSION=0.22.0 +ARG PB_VERSION=0.22.2 RUN apk add --no-cache \ unzip \ ca-certificates diff --git a/README.md b/README.md index c8cea6e..f83903e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PocketBase at Coolify 0.22.0 +# PocketBase at Coolify 0.22.2 > [Coolify](https://github.com/coollabsio/coolify) x [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures. Want to easily host Pocketbase on your own server? Use [Coolify](https://coolify.io)! 🚀 @@ -16,6 +16,6 @@ Want to easily host Pocketbase on your own server? Use [Coolify](https://coolify ## Release process 1. Propose an update in [Issues](https://github.com/coollabsio/pocketbase/issues). -2. Then changes will be applied `PB_VERSION=0.22.0` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). +2. Then changes will be applied `PB_VERSION=0.22.2` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). 3. Create a new Release with the exact version number. 4. Wait & Enjoy 🎉.