Skip to content

Commit

Permalink
Downgrade busybox version to fix k8s IT (apache#14518) (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Singh <[email protected]>
  • Loading branch information
pagrawal10 and findingrish committed Nov 27, 2023
1 parent db8bfbf commit 317b8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
echo "Downloading bash-static from ${BASH_URL}" \
&& wget ${BASH_URL} -O /bin/bash

FROM busybox:1.35.0-glibc as busybox
FROM busybox:1.34.1-glibc as busybox

FROM gcr.io/distroless/java$JDK_VERSION-debian12
LABEL maintainer="Apache Druid Developers <[email protected]>"
Expand Down

0 comments on commit 317b8cc

Please sign in to comment.