mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Merge pull request #136352 from dims/fix-zookeeper-installer-netcat
test/images: Fix zookeeper-installer netcat package for bookworm
This commit is contained in:
commit
3aacf1e184
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ FROM $BASEIMAGE
|
|||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
RUN clean-install wget bash netcat
|
||||
RUN clean-install wget bash netcat-openbsd
|
||||
|
||||
ADD on-start.sh /
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.6
|
||||
1.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue