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 76c61cd commit ef0cb77Copy full SHA for ef0cb77
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM python:3.12-alpine
2
-RUN pip install csv-diff
+FROM python:3.13-alpine
+RUN pip install db-diff
3
WORKDIR /files
4
ENTRYPOINT ["csv-diff"]
5
CMD ["--help"]
0 commit comments