Skip to content

Commit 36b21c6

Browse files
committed
Rollback dockers
1 parent 3b5eafe commit 36b21c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ ENV PYTHONUNBUFFERED=1
66
ENV PATH="/app/venv/bin:$PATH"
77

88
# Install system dependencies required for Poetry
9-
# Patching CVE-2025-68121 (Go crypto/tls improper certificate validation, requires Go >= 1.26.0)
109
RUN apt-get update && \
11-
apt-get upgrade -y && \
1210
dpkg --add-architecture arm64
1311

1412
# Set the working directory

0 commit comments

Comments
 (0)