Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coollabsio/pocketbase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.24.1
Choose a base ref
...
head repository: coollabsio/pocketbase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 17, 2025

  1. update to version 0.24.3

    nyzss committed Jan 17, 2025
    Copy the full SHA
    bbab094 View commit details

Commits on Jan 18, 2025

  1. Merge pull request #54 from nyzss/main

    update to version 0.24.3
    orenaksakal authored Jan 18, 2025
    Copy the full SHA
    5d5cb92 View commit details

Commits on Feb 2, 2025

  1. Update Dockerfile

    deenlabs authored Feb 2, 2025
    Copy the full SHA
    4900ec9 View commit details
  2. Update README.md

    deenlabs authored Feb 2, 2025
    Copy the full SHA
    3075ca8 View commit details
  3. Merge pull request #56 from deenlabs/main

    Update to 0.25.0
    orenaksakal authored Feb 2, 2025
    Copy the full SHA
    220583a View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 Dockerfile
  2. +2 −2 README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17

ARG BUILDARCH
ARG PB_VERSION=0.24.1
ARG PB_VERSION=0.25.0

RUN apk add --no-cache \
unzip \
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.24.1
# PocketBase at Coolify 0.25.0
> [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

## <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.24.1` inside [Dockerfile](./Dockerfile#LL3C5-L3C22).
2. Then changes will be applied `PB_VERSION=0.25.0` inside [Dockerfile](./Dockerfile#LL3C5-L3C22).
3. Create a new Release with the exact version number.
4. Wait & Enjoy 🎉.