From 7d39f0c569f13304abc609b4e3386d9cbe632442 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Wed, 4 May 2022 20:46:30 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a386a7..fdfbbeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine-3 +FROM python:3-alpine RUN pip install pre-commit