chore: downgrade python due to compatibility
parent
f00940b73c
commit
a4d471df4f
|
|
@ -55,7 +55,7 @@ RUN make && chmod +x wg*
|
|||
#
|
||||
|
||||
# Use the python-alpine image for building pip dependencies
|
||||
FROM python:3.14-alpine AS pip-builder
|
||||
FROM python:3.13-alpine AS pip-builder
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ RUN . /opt/wgdashboard/src/venv/bin/activate && \
|
|||
#
|
||||
|
||||
# Running with the python-alpine image.
|
||||
FROM python:3.14-alpine AS final
|
||||
FROM python:3.13-alpine AS final
|
||||
LABEL maintainer="dselen@nerthus.nl"
|
||||
|
||||
# Install only the runtime dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue