From 9e94811d8124b35e23c33c8fb1a843acadcae3a9 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Fri, 10 May 2024 11:40:32 -0700 Subject: [PATCH] updated python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cce06a0..3995157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine +FROM python:3.11.9-alpine RUN apk add --no-cache build-base libffi-dev RUN pip install poetry