diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b212be3..e1903b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ and this project adheres to - ♿(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus #1745 +### Security + +- 🔒️(trivy) fix vulnerability about jaraco.context #1806 + + ## [4.4.0] - 2026-01-13 ### Added diff --git a/Dockerfile b/Dockerfile index c9b574e6..82785f8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.13.3-alpine AS base # Upgrade pip to its latest release to speed up dependencies installation -RUN python -m pip install --upgrade pip setuptools +RUN python -m pip install --upgrade pip # Upgrade system packages to install security updates RUN apk update && apk upgrade --no-cache