Skip to content

Commit

Permalink
update libpowersync.so
Browse files Browse the repository at this point in the history
  • Loading branch information
nurturenature committed Jul 28, 2024
1 parent 18aa6bf commit 1e97081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jepsen-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git config --global --add safe.directory /usr/bin/flutter
WORKDIR /app

# app is responsible for getting native lib
RUN wget --no-verbose -O libpowersync.so https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.1.7/libpowersync_x64.so
RUN wget --no-verbose -O libpowersync.so https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.1.8/libpowersync_x64.so

# Resolve app dependencies.
COPY pubspec.* ./
Expand Down

0 comments on commit 1e97081

Please sign in to comment.