pin python3 version
This commit is contained in:
parent
e89fde25f2
commit
527ab60069
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue