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.
2 parents d78b39a + 81baad8 commit 6197736Copy full SHA for 6197736
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get upgrade -y \
9
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
10
11
FROM baseline AS tool_builder
12
-ARG kubectl_version=1.30.6
+ARG kubectl_version=1.30.10
13
14
WORKDIR /build
15
@@ -24,9 +24,9 @@ RUN apk add --no-cache git build-base containers-common bash btrfs-progs-dev gli
24
25
# Installation
26
FROM baseline
27
-ARG helm_version=3.16.2
28
-ARG aws_cli_version=2.17.58
29
-ARG gcp_cli_version=496.0.0-0
+ARG helm_version=3.17.1
+ARG aws_cli_version=2.24.16
+ARG gcp_cli_version=513.0.0-0
30
31
# Add extra packages
32
RUN apt-get update && apt-get install --no-install-recommends -y gzip wget git jq ssh sshpass rsync \
0 commit comments