From 6d3035ae7c7d8b4beb7ad27d5bf26853455ec477 Mon Sep 17 00:00:00 2001 From: Don Kendall Date: Wed, 20 Dec 2023 20:58:54 -0500 Subject: [PATCH] fix: pin to python 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1b2c40..99305c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.10-alpine ENTRYPOINT ["dumb-init", "--"] CMD ["proxy"] RUN apk add --no-cache -t .build build-base &&\