Skip to content

Commit ef0cb77

Browse files
authored
Update Dockerfile
updated python version I think
1 parent 76c61cd commit ef0cb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM python:3.12-alpine
2-
RUN pip install csv-diff
1+
FROM python:3.13-alpine
2+
RUN pip install db-diff
33
WORKDIR /files
44
ENTRYPOINT ["csv-diff"]
55
CMD ["--help"]

0 commit comments

Comments
 (0)