Skip to content

Commit

Permalink
Merge pull request #20 from coollabsio/v0.22.5
Browse files Browse the repository at this point in the history
v0.22.5
  • Loading branch information
orenaksakal committed Mar 21, 2024
2 parents 122496c + 1ef95f2 commit 0b3fdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.17
ARG BUILDARCH
ARG PB_VERSION=0.22.4
ARG PB_VERSION=0.22.5
RUN apk add --no-cache \
unzip \
ca-certificates
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PocketBase at Coolify 0.22.4
# PocketBase at Coolify 0.22.5
> [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)! 🚀
Expand All @@ -16,6 +16,6 @@ Want to easily host Pocketbase on your own server? Use [Coolify](https://coolify

## <a name="release-process"></a>Release process
1. Propose an update in [Issues](https://github.com/coollabsio/pocketbase/issues).
2. Then changes will be applied `PB_VERSION=0.22.4` inside [Dockerfile](./Dockerfile#LL3C5-L3C22).
2. Then changes will be applied `PB_VERSION=0.22.5` inside [Dockerfile](./Dockerfile#LL3C5-L3C22).
3. Create a new Release with the exact version number.
4. Wait & Enjoy 🎉.

0 comments on commit 0b3fdcf

Please sign in to comment.