diff --git a/CHANGELOG.md b/CHANGELOG.md index d29ae1ec6..d116853e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ All notable changes to this project will be documented in this file. - stackable-base: Bump ubi9 image hash ([#1433]). - stackable-devel: Bump ubi9 image hash, update rust toolchain ([#1433], [#1435]). - stackable-base: Bump `config-utils` to `0.3.0` and `cert-tools` to `0.1.1` ([#1442]). +- stackable-base: Bump `containerdebug` `0.3.0` ([#1447]). ### Removed @@ -124,6 +125,7 @@ All notable changes to this project will be documented in this file. [#1436]: https://github.com/stackabletech/docker-images/pull/1436 [#1437]: https://github.com/stackabletech/docker-images/pull/1437 [#1442]: https://github.com/stackabletech/docker-images/pull/1442 +[#1447]: https://github.com/stackabletech/docker-images/pull/1447 ## [25.11.0] - 2025-11-07 diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 78f0b2299..7de424ea3 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -14,7 +14,7 @@ FROM local-image/stackable-devel AS rust-binaries ENV CONFIG_UTILS_VERSION=0.3.0 # Find the latest version here: https://github.com/stackabletech/containerdebug/tags # renovate: datasource=github-tags packageName=stackabletech/containerdebug -ENV CONTAINERDEBUG_VERSION=0.2.0 +ENV CONTAINERDEBUG_VERSION=0.3.0 # Find the latest version here: https://github.com/stackabletech/secret-operator/tags # I could not find support for prefixes or regex in https://docs.renovatebot.com/modules/datasource/github-tags/, # so I was unable to add a renovate hint.