We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4de9f7 commit 571b4bcCopy full SHA for 571b4bc
other/Dockerfile
@@ -68,7 +68,7 @@ COPY --from=build /myapp/package.json /myapp/package.json
68
COPY --from=build /myapp/prisma /myapp/prisma
69
70
# prepare for litefs
71
-COPY --from=flyio/litefs:0.4.0 /usr/local/bin/litefs /usr/local/bin/litefs
+COPY --from=flyio/litefs:0.5.0 /usr/local/bin/litefs /usr/local/bin/litefs
72
ADD other/litefs.yml /etc/litefs.yml
73
RUN mkdir -p /data ${LITEFS_DIR}
74
0 commit comments