Skip to content

Commit 12ad863

Browse files
author
Vincent Illiano
committed
chore: update other versions (PSKD-1406)
1 parent 65d5dd2 commit 12ad863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get upgrade -y \
99
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
1010

1111
FROM baseline AS tool_builder
12-
ARG kubectl_version=1.30.6
12+
ARG kubectl_version=1.30.10
1313

1414
WORKDIR /build
1515

@@ -25,8 +25,8 @@ RUN apk add --no-cache git build-base containers-common bash btrfs-progs-dev gli
2525
# Installation
2626
FROM baseline
2727
ARG helm_version=3.17.1
28-
ARG aws_cli_version=2.17.58
29-
ARG gcp_cli_version=496.0.0-0
28+
ARG aws_cli_version=2.24.16
29+
ARG gcp_cli_version=513.0.0-0
3030

3131
# Add extra packages
3232
RUN apt-get update && apt-get install --no-install-recommends -y gzip wget git jq ssh sshpass rsync \

0 commit comments

Comments
 (0)