We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5eafe commit 36b21c6Copy full SHA for 36b21c6
Dockerfile
@@ -6,9 +6,7 @@ ENV PYTHONUNBUFFERED=1
6
ENV PATH="/app/venv/bin:$PATH"
7
8
# Install system dependencies required for Poetry
9
-# Patching CVE-2025-68121 (Go crypto/tls improper certificate validation, requires Go >= 1.26.0)
10
RUN apt-get update && \
11
- apt-get upgrade -y && \
12
dpkg --add-architecture arm64
13
14
# Set the working directory
0 commit comments