mirror of
https://github.com/solero/houdini.git
synced 2025-10-12 18:38:19 +00:00
Set Python version to python 3.11 to prevent errors caused by recent version of python.
Will update when 3.12 is supported.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3-alpine
|
FROM python:3.11.3-alpine
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
RUN apk add \
|
RUN apk add \
|
||||||
|
Reference in New Issue
Block a user