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 65d5dd2 commit 12ad863Copy full SHA for 12ad863
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
@@ -25,8 +25,8 @@ RUN apk add --no-cache git build-base containers-common bash btrfs-progs-dev gli
25
# Installation
26
FROM baseline
27
ARG helm_version=3.17.1
28
-ARG aws_cli_version=2.17.58
29
-ARG gcp_cli_version=496.0.0-0
+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