Updating base image to a more secure one

This commit is contained in:
2022-02-04 14:59:33 +10:00
parent a92c836e70
commit f16b3ae078

View File

@@ -1,4 +1,4 @@
FROM python:3.8 FROM python:3.8-slim
RUN pip install ofxparse RUN pip install ofxparse
RUN pip install watchdog RUN pip install watchdog