mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 12:18:20 +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:
commit
e7f724f042
@ -1,4 +1,4 @@
|
||||
FROM python:3-alpine
|
||||
FROM python:3.11.3-alpine
|
||||
ARG TARGETARCH
|
||||
|
||||
RUN apk add \
|
||||
|
Loading…
Reference in New Issue
Block a user