Skip to content

Commit 288c3c9

Browse files
committed
Rollback dockers
1 parent 36b21c6 commit 288c3c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

enforcer/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ ENV PATH="/app/venv/bin:$PATH"
66

77
# Patching CVE-2025-6965 (requires sqlite >= 3.50.2)
88
# 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-
9+
RUN apk update && apk add --no-cache --upgrade \
10+
sqlite-libs sqlite
11+
1312
# Set the working directory
1413
WORKDIR /app/enforcer
1514

0 commit comments

Comments
 (0)