Skip to content

Commit 016a15d

Browse files
chore(deps): update dependency pocketbase/pocketbase to v0.24.0 in dockerfile (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44dfccc commit 016a15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN tar -C /usr/local/bin -xzf /tmp/litestream.tar.gz \
2424

2525
# Download and install PocketBase
2626
# renovate: datasource=github-releases depName=pocketbase/pocketbase
27-
ARG POCKETBASE_VERSION=0.23.12
27+
ARG POCKETBASE_VERSION=0.24.0
2828
ADD https://github.com/pocketbase/pocketbase/releases/download/v${POCKETBASE_VERSION}/pocketbase_${POCKETBASE_VERSION}_${TARGETOS}_${TARGETARCH}.zip /tmp/pocketbase.zip
2929
RUN unzip /tmp/pocketbase.zip -d /usr/local/bin/ \
3030
&& chmod +x /usr/local/bin/pocketbase \

0 commit comments

Comments
 (0)