diff --git a/CHANGELOG.md b/CHANGELOG.md index 773f078f2..b02c636d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Upgraded `protobufjs` to `^7.6.2`. [#1281](https://github.com/sourcebot-dev/sourcebot/pull/1281) +- Upgraded `libxml2` to `2.13.9-r1` in the container image. [#1284](https://github.com/sourcebot-dev/sourcebot/pull/1284) ## [5.0.1] - 2026-06-04 diff --git a/Dockerfile b/Dockerfile index 6c6b2439f..6a771ad1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -179,6 +179,7 @@ ENV SOURCEBOT_LOG_LEVEL=info # Configure dependencies RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq openssl util-linux unzip && \ + apk add --no-cache --upgrade "libxml2>=2.13.9-r1" && \ apk upgrade --no-cache # Remove npm (unused — we use Yarn). The Node.js base image bundles npm