Skip to content

Commit

Permalink
Update libcurl4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent fba417e commit 620ddc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 620ddc1

Please sign in to comment.