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