Skip to content

Commit 571b4bc

Browse files
committed
upgrade to LiteFS v0.5.0
Allows us to take advantage of automatic backups with LiteFS cloud by Fly
1 parent c4de9f7 commit 571b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ COPY --from=build /myapp/package.json /myapp/package.json
6868
COPY --from=build /myapp/prisma /myapp/prisma
6969

7070
# prepare for litefs
71-
COPY --from=flyio/litefs:0.4.0 /usr/local/bin/litefs /usr/local/bin/litefs
71+
COPY --from=flyio/litefs:0.5.0 /usr/local/bin/litefs /usr/local/bin/litefs
7272
ADD other/litefs.yml /etc/litefs.yml
7373
RUN mkdir -p /data ${LITEFS_DIR}
7474

0 commit comments

Comments
 (0)