From c138fcc2e2e0a3a39d55637342ebe41d7b33f1aa Mon Sep 17 00:00:00 2001 From: Fulvio Carvalhido Date: Mon, 30 Jan 2023 13:18:03 +0000 Subject: [PATCH] Update PocketBase to v0.12.0 Release: https://github.com/pocketbase/pocketbase/releases/tag/v0.12.0 --- others/pocketbase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/pocketbase/Dockerfile b/others/pocketbase/Dockerfile index c8d8bdb7b..405120abd 100644 --- a/others/pocketbase/Dockerfile +++ b/others/pocketbase/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 ARG BUILDARCH -ARG PB_VERSION=0.11.0 +ARG PB_VERSION=0.12.0 RUN apk add --no-cache \ unzip \ ca-certificates