pin python3 version

This commit is contained in:
jeltz 2023-11-01 23:46:23 +01:00
parent e89fde25f2
commit 527ab60069
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -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