Skip to content

Commit

Permalink
test(Dockerfile): use pocketbase version 0.23.0-rc12 for integration …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
skowrons committed Nov 14, 2024
1 parent c740b58 commit 861e12f
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
@@ -1,7 +1,7 @@
# Dockerfile to run e2e integration tests against a test PocketBase server
FROM node:16-alpine3.16

ARG POCKETBASE_VERSION=0.15.0
ARG POCKETBASE_VERSION=0.23.0-rc12

WORKDIR /app/output/
WORKDIR /app/
Expand Down

0 comments on commit 861e12f

Please # to comment.