From 542c1a92614f0234206550987e27d7f1099e9147 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 14 Mar 2022 17:20:39 +0100 Subject: [PATCH] switch baseimage to python:alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fe06c5..59f4c77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:slim +FROM python:alpine WORKDIR ./ ARG PUID=1000