From 527ab60069718094c9cbe87f708e47970c628b6c Mon Sep 17 00:00:00 2001 From: Jeltz Date: Wed, 1 Nov 2023 23:46:23 +0100 Subject: [PATCH] pin python3 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8d09b2..d621146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.11-alpine LABEL description="A Matrix bot for Alertmanager" # Instal gcc to build wheels RUN apk add --no-cache gcc musl-dev