From 6abbe2be032cdab8e94573e4ec00d54cd474d5b6 Mon Sep 17 00:00:00 2001 From: Vignesh Aithal <60360863+vigneshksaithal@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:25:43 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5430434..0db9473 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PocketBase at Coolify 0.23.3 +# PocketBase at Coolify 0.23.6 > [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.23.3` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). +2. Then changes will be applied `PB_VERSION=0.23.6` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). 3. Create a new Release with the exact version number. 4. Wait & Enjoy 🎉. From 40c360d4f03b08f1593b26086b8f3b0ef3dcf8d5 Mon Sep 17 00:00:00 2001 From: Vignesh Aithal <60360863+vigneshksaithal@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:26:13 +0530 Subject: [PATCH 2/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dc4f6c..3211d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.17 ARG BUILDARCH -ARG PB_VERSION=0.23.3 +ARG PB_VERSION=0.23.6 RUN apk add --no-cache \ unzip \ From 61fb3d32acb63e201b9d8f1669816294c2e71ba3 Mon Sep 17 00:00:00 2001 From: Oren Aksakal Date: Tue, 17 Dec 2024 00:24:03 -0700 Subject: [PATCH 3/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3211d90..45bcd44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.17 ARG BUILDARCH -ARG PB_VERSION=0.23.6 +ARG PB_VERSION=0.23.8 RUN apk add --no-cache \ unzip \ From 6a997a94aa5e21d0bb3c7aa31df2bd98c9b920ed Mon Sep 17 00:00:00 2001 From: Oren Aksakal Date: Tue, 17 Dec 2024 00:24:17 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db9473..c2219c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PocketBase at Coolify 0.23.6 +# PocketBase at Coolify 0.23.8 > [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)! 🚀 From e36d3566d93500d3e0d692913c53166d2439d7b4 Mon Sep 17 00:00:00 2001 From: Oren Aksakal Date: Tue, 17 Dec 2024 00:24:29 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2219c6..130b9b5 100644 --- a/README.md +++ b/README.md @@ -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.23.6` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). +2. Then changes will be applied `PB_VERSION=0.23.8` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). 3. Create a new Release with the exact version number. 4. Wait & Enjoy 🎉.