From f16b3ae07827787c48d1fd5ab4deff7081f14d08 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Fri, 4 Feb 2022 14:59:33 +1000 Subject: [PATCH] Updating base image to a more secure one --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cb2276..67a36ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.8-slim RUN pip install ofxparse RUN pip install watchdog