Skip to content

Commit

Permalink
⬆️ feat: bump Pocketbase version to 0.22.21 (#25)
Browse files Browse the repository at this point in the history
This commit updates the Pocketbase version in the `VERSION` file and the
`Dockerfile` to the latest version of 0.22.21. The changes were made to
ensure that the application is running the most up-to-date and secure
version of Pocketbase.
  • Loading branch information
dragonfire1119 authored Oct 12, 2024
1 parent 233c5f3 commit 2380f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pocketbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.20
RUN apk --no-cache add ca-certificates wget unzip

# Set Pocketbase version
ARG POCKETBASE_VERSION=0.22.11
ARG POCKETBASE_VERSION=0.22.21

# Detect the architecture of the building machine
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion pocketbase/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.11
0.22.21

0 comments on commit 2380f26

Please sign in to comment.