Skip to content

Commit 6197736

Browse files
authored
Merge pull request #599 from sassoftware/pr-pskd-1406
chore: (PSKD-1406) Dependency Version Bumps
2 parents d78b39a + 81baad8 commit 6197736

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 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

@@ -24,9 +24,9 @@ RUN apk add --no-cache git build-base containers-common bash btrfs-progs-dev gli
2424

2525
# Installation
2626
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
27+
ARG helm_version=3.17.1
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)