Skip to content

Commit

Permalink
chore(deps): update dependency pocketbase/pocketbase to v0.22.11 in d…
Browse files Browse the repository at this point in the history
…ockerfile (#7)
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent f3019d3 commit e73efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN tar -C /usr/local/bin -xzf /tmp/litestream.tar.gz \

# Download and install PocketBase
# renovate: datasource=github-releases depName=pocketbase/pocketbase
ARG POCKETBASE_VERSION=0.22.10
ARG POCKETBASE_VERSION=0.22.11
ADD https://github.com/pocketbase/pocketbase/releases/download/v${POCKETBASE_VERSION}/pocketbase_${POCKETBASE_VERSION}_${TARGETOS}_${TARGETARCH}.zip /tmp/pocketbase.zip
RUN unzip /tmp/pocketbase.zip -d /usr/local/bin/ \
&& chmod +x /usr/local/bin/pocketbase \
Expand Down

0 comments on commit e73efa5

Please sign in to comment.