Skip to content

Commit 171daaa

Browse files
committed
Merge branch 'main' of https://github.com/stackabletech/docker-images into feat/include-sourcecode
2 parents 96e90b9 + 14568bc commit 171daaa

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
@@ -65,6 +65,7 @@ All notable changes to this project will be documented in this file.
6565
- nifi: include NAR SBOMs ([#1119])
6666
- nifi: update patch allowing to bypass host header validation starting with NiFi 2.4.0 ([#1125]).
6767
- BREAKING: kcat: Stop building kcat image ([#1124]).
68+
- containerdebug updated to 0.2.0 ([#1128])
6869

6970
### Fixed
7071

@@ -146,6 +147,7 @@ All notable changes to this project will be documented in this file.
146147
[#1124]: https://github.com/stackabletech/docker-images/pull/1124
147148
[#1125]: https://github.com/stackabletech/docker-images/pull/1125
148149
[#1126]: https://github.com/stackabletech/docker-images/pull/1126
150+
[#1128]: https://github.com/stackabletech/docker-images/pull/1128
149151

150152
## [25.3.0] - 2025-03-21
151153

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)