File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ ENV PYTHONDONTWRITEBYTECODE=1
44ENV PYTHONUNBUFFERED=1
55ENV PATH="/app/venv/bin:$PATH"
66
7- # Patching CVE-2025-6965
7+ # Patching CVE-2025-6965 (requires sqlite >= 3.50.2)
8+ # Alpine's current version (3.51.1-r0) already includes the fix
89RUN apk update && apk add --no-cache --upgrade \
9- sqlite-libs=3.49.2-r1 sqlite=3.49.2-r1
10+ sqlite-libs sqlite
1011
1112# Set the working directory
1213WORKDIR /app/enforcer
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ PyYAML==6.0.1
66cachetools == 5.3.3
77prometheus-client == 0.20.0
88kubernetes == 26.1.0
9+ urllib3 == 2.6.2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ certJob:
1111image :
1212 repository : us-central1-docker.pkg.dev/genuine-flight-317411/devel
1313 name : krr-enforcer
14- tag : 0.3.5
14+ tag : 0.3.6
1515imagePullPolicy : IfNotPresent
1616resources :
1717 requests :
You can’t perform that action at this time.
0 commit comments