We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37238f commit 07a1f89Copy full SHA for 07a1f89
k8s-test-tools/Dockerfile
@@ -26,7 +26,7 @@ RUN curl -L -o /usr/local/bin/kubectx ${GITHUB_RAW}/ahmetb/kubectx/v${KUBE_CTX_V
26
&& chmod +x /usr/local/bin/kubens \
27
&& git clone https://github.com/bats-core/bats-core.git /bats;
28
29
-FROM bash:5.2.26
+FROM bash:5.2.37
30
31
LABEL org.opencontainers.image.authors="cloudkats@gmail.com" \
32
org.opencontainers.image.vendor="https://github.com/cloudkats" \
0 commit comments