Update Dockerfile

pull/1031/head
Donald Zou 2025-12-12 23:41:25 +08:00 committed by GitHub
parent a4d471df4f
commit da4cec60e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ RUN make && chmod +x wg*
#
# Use the python-alpine image for building pip dependencies
FROM python:3.13-alpine AS pip-builder
FROM python:3.13.3-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.13-alpine AS final
FROM python:3.13.3-alpine AS final
LABEL maintainer="dselen@nerthus.nl"
# Install only the runtime dependencies