Skip to content

Commit 3f0f885

Browse files
authored
Merge pull request #60 from coollabsio/v0.25.8-1
v0.25.8
2 parents fc4d4c8 + 1d7b2e5 commit 3f0f885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.17
1+
FROM alpine:latest
22

33
ARG BUILDARCH
4-
ARG PB_VERSION=0.25.7
4+
ARG PB_VERSION=0.25.8
55

66
RUN apk add --no-cache \
77
unzip \

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PocketBase at Coolify 0.25.7
1+
# PocketBase at Coolify 0.25.8
22
> [Coolify](https://github.com/coollabsio/coolify) x [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures.
33
44
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
1616

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

0 commit comments

Comments
 (0)