File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ All notable changes to this project will be documented in this file.
64
64
- nifi: include NAR SBOMs ([ #1119 ] )
65
65
- nifi: update patch allowing to bypass host header validation starting with NiFi 2.4.0 ([ #1125 ] ).
66
66
- BREAKING: kcat: Stop building kcat image ([ #1124 ] ).
67
+ - containerdebug updated to 0.2.0 ([ #1128 ] )
67
68
68
69
### Fixed
69
70
@@ -144,6 +145,7 @@ All notable changes to this project will be documented in this file.
144
145
[ #1122 ] : https://github.com/stackabletech/docker-images/pull/1122
145
146
[ #1124 ] : https://github.com/stackabletech/docker-images/pull/1124
146
147
[ #1125 ] : https://github.com/stackabletech/docker-images/pull/1125
148
+ [ #1128 ] : https://github.com/stackabletech/docker-images/pull/1128
147
149
148
150
## [ 25.3.0] - 2025-03-21
149
151
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FROM stackable/image/stackable-devel AS containerdebug
18
18
19
19
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
20
20
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
21
- ENV CONTAINERDEBUG_VERSION=0.1.1
21
+ ENV CONTAINERDEBUG_VERSION=0.2.0
22
22
23
23
RUN <<EOF
24
24
git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug
You can’t perform that action at this time.
0 commit comments