We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b21c6 commit 288c3c9Copy full SHA for 288c3c9
enforcer/Dockerfile
@@ -6,10 +6,9 @@ ENV PATH="/app/venv/bin:$PATH"
6
7
# Patching CVE-2025-6965 (requires sqlite >= 3.50.2)
8
# Alpine's current version (3.51.1-r0) already includes the fix
9
-# Patching CVE-2025-68121 (Go crypto/tls improper certificate validation, requires Go >= 1.26.0)
10
-RUN apk update && apk upgrade --no-cache && apk add --no-cache --upgrade \
11
- sqlite-libs sqlite
12
-
+RUN apk update && apk add --no-cache --upgrade \
+ sqlite-libs sqlite
+
13
# Set the working directory
14
WORKDIR /app/enforcer
15
0 commit comments