From 3df45298d8fdec22d47412be6f26f6df6666fc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96ren=20Aksakal?= Date: Tue, 23 Jul 2024 23:01:33 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc12f6..b4e1c99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PocketBase at Coolify 0.22.15 +# PocketBase at Coolify 0.22.18 > [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.15` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). +2. Then changes will be applied `PB_VERSION=0.22.18` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). 3. Create a new Release with the exact version number. 4. Wait & Enjoy 🎉. From f0085c91bf77d703b5849dd64f8319c50a0e299c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96ren=20Aksakal?= Date: Tue, 23 Jul 2024 23:01:45 -0600 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c50b739..873d72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 ARG BUILDARCH -ARG PB_VERSION=0.22.15 +ARG PB_VERSION=0.22.18 RUN apk add --no-cache \ unzip \ ca-certificates