Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26903b7

Browse files
committedSep 6, 2024
Bump Docker to Python 3.12, refs simonw#11
1 parent 26b9862 commit 26903b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.12-alpine
22
RUN pip install csv-diff
33
WORKDIR /files
44
ENTRYPOINT ["csv-diff"]

0 commit comments

Comments
 (0)
Please sign in to comment.