diff --git a/.docker/Dockerfile.ci-container b/.docker/Dockerfile.ci-container index c56e686888..77f68f166b 100644 --- a/.docker/Dockerfile.ci-container +++ b/.docker/Dockerfile.ci-container @@ -1,4 +1,4 @@ -FROM docker.io/debian:buster-slim +FROM docker.io/debian:bullseye-slim MAINTAINER Onur Özkan diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2271bf92..3545835688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ **Build and Dependency Management**: - A CI job was added to build macOS Universal2 artifacts for KDF, this combines `x86_64-apple-darwin` and `aarch64-apple-darwin` binaries via `lipo` to produce a single binary that runs natively on both Intel and Apple Silicon. The universal binary is uploaded as `kdf_-mac-universal.zip`. [#2628](https://github.com/KomodoPlatform/komodo-defi-framework/pull/2628) - The `parity-util-mem` dependency was removed. [#2632](https://github.com/KomodoPlatform/komodo-defi-framework/pull/2632) +- CI container base image was bumped to `debian:bullseye-slim` [#2534](https://github.com/KomodoPlatform/komodo-defi-framework/pull/2534) [#2641](https://github.com/KomodoPlatform/komodo-defi-framework/pull/2641) ---