We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dfccc commit 016a15dCopy full SHA for 016a15d
Dockerfile
@@ -24,7 +24,7 @@ RUN tar -C /usr/local/bin -xzf /tmp/litestream.tar.gz \
24
25
# Download and install PocketBase
26
# renovate: datasource=github-releases depName=pocketbase/pocketbase
27
-ARG POCKETBASE_VERSION=0.23.12
+ARG POCKETBASE_VERSION=0.24.0
28
ADD https://github.com/pocketbase/pocketbase/releases/download/v${POCKETBASE_VERSION}/pocketbase_${POCKETBASE_VERSION}_${TARGETOS}_${TARGETARCH}.zip /tmp/pocketbase.zip
29
RUN unzip /tmp/pocketbase.zip -d /usr/local/bin/ \
30
&& chmod +x /usr/local/bin/pocketbase \
0 commit comments