Skip to content

Commit

Permalink
chore(deps): update dependency pocketbase/pocketbase to v0.23.9 in do…
Browse files Browse the repository at this point in the history
…ckerfile (#28)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent e47c689 commit b04f95a
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.23.8
ARG POCKETBASE_VERSION=0.23.9
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 b04f95a

Please sign in to comment.