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 2bcbd76 commit 660a26bCopy full SHA for 660a26b
docker/datahub-upgrade/Dockerfile
@@ -32,7 +32,7 @@ RUN apk --no-cache --update-cache --available upgrade \
32
&& cp /usr/lib/jvm/java-17-openjdk/jre/lib/security/cacerts /tmp/kafka.client.truststore.jks
33
COPY --from=powerman/dockerize:0.24 /usr/local/bin/dockerize /usr/local/bin
34
35
-ENV KUBECTL_VERSION=v1.33.5
+ENV KUBECTL_VERSION=v1.34.1
36
RUN set -x \
37
&& APK_ARCH="$(cat /etc/apk/arch)" \
38
&& case "$APK_ARCH" in \
0 commit comments