Skip to content

Commit 26903b7

Browse files
committed
Bump Docker to Python 3.12, refs #11
1 parent 26b9862 commit 26903b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)