Skip to content

Commit f8b07a0

Browse files
authored
Merge pull request #7621 from ameukam/bump-k8s-infra-image
images: Bump the k8s-infra image components
2 parents aec54a3 + 45bfa5a commit f8b07a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

images/k8s-infra/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ FROM debian:bookworm
2828

2929
ARG CONFTEST_VERSION=0.54.0
3030
ARG GCLOUD_VERSION=467.0.0
31-
ARG GH_VERSION=2.52.0
32-
ARG GO_VERSION=1.22.5
31+
ARG GH_VERSION=2.63.2
32+
ARG GO_VERSION=1.23.4
3333
ARG JQ_VERSION=1.6
3434
# K8S_VERSION should be within +/- 1 minor version of our clusters
3535
# ref: https://kubernetes.io/releases/version-skew-policy/#kubectl
36-
ARG K8S_VERSION=1.27.15
37-
ARG OPA_VERSION=0.54.0
36+
ARG K8S_VERSION=1.30.8
37+
ARG OPA_VERSION=0.70.0
3838
ARG SHELLCHECK_VERSION=0.9.0
39-
ARG TFSWITCH_VERSION=1.2.2
40-
ARG RCLONE_VERSION=1.65.2
39+
ARG TFSWITCH_VERSION=1.2.4
40+
ARG RCLONE_VERSION=1.68.2
4141

4242
# build everything in /build
4343
WORKDIR /build

0 commit comments

Comments
 (0)