Skip to content

Commit

Permalink
chore(deps): update dependency pocketbase/pocketbase to v0.22.21 in d…
Browse files Browse the repository at this point in the history
…ockerfile (#14)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent c2a3d6c commit fbd9932
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.20
ARG POCKETBASE_VERSION=0.22.21
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 fbd9932

Please sign in to comment.