Skip to content

Commit 14568bc

Browse files
authored
feat: Update containerdebug (#1128)
1 parent ab18af7 commit 14568bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ All notable changes to this project will be documented in this file.
6464
- nifi: include NAR SBOMs ([#1119])
6565
- nifi: update patch allowing to bypass host header validation starting with NiFi 2.4.0 ([#1125]).
6666
- BREAKING: kcat: Stop building kcat image ([#1124]).
67+
- containerdebug updated to 0.2.0 ([#1128])
6768

6869
### Fixed
6970

@@ -144,6 +145,7 @@ All notable changes to this project will be documented in this file.
144145
[#1122]: https://github.com/stackabletech/docker-images/pull/1122
145146
[#1124]: https://github.com/stackabletech/docker-images/pull/1124
146147
[#1125]: https://github.com/stackabletech/docker-images/pull/1125
148+
[#1128]: https://github.com/stackabletech/docker-images/pull/1128
147149

148150
## [25.3.0] - 2025-03-21
149151

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM stackable/image/stackable-devel AS containerdebug
1818

1919
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
2020
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
21-
ENV CONTAINERDEBUG_VERSION=0.1.1
21+
ENV CONTAINERDEBUG_VERSION=0.2.0
2222

2323
RUN <<EOF
2424
git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug

0 commit comments

Comments
 (0)