From 620ddc1b7fa836b0ecb02fdc8a58e5520bf656bd Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 15:41:21 +0000 Subject: [PATCH] Update libcurl4 --- CHANGELOG.md | 2 +- docker/tna-python/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d5bb8..7097b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security -- Updated `libcurl4` to `7.88.1-10+deb12u6` ([CVE-2024-2398](https://avd.aquasec.com/nvd/2024/cve-2024-2398/)) +- Updated `libcurl4` to `7.88.1-10+deb12u7` ([CVE-2024-2398](https://avd.aquasec.com/nvd/2024/cve-2024-2398/), [CVE-2024-7264](https://avd.aquasec.com/nvd/cve-2024-7264)) ## [0.4.0](https://github.com/nationalarchives/docker/compare/v0.3.0...v0.4.0) - 2024-11-04 diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 0c91a41..39d1a86 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -108,7 +108,7 @@ RUN set -eux; \ \ apt-get update; \ apt-get -y upgrade; \ - apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u6 curl=7.88.1-10+deb12u5 build-essential=12.9 libmagic-dev=1:5.44-3; \ + apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u7 curl=7.88.1-10+deb12u5 build-essential=12.9 libmagic-dev=1:5.44-3; \ \ apt-get clean; \ apt-get autoremove -y --purge; \