Skip to content

Commit af512f2

Browse files
committed
1 parent 89bf28d commit af512f2

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
@@ -26,17 +26,17 @@ FROM debian:bullseye
2626
# latest at the time, and package-based installs from debian-maintained repos
2727
# are not pinned to a specific version
2828

29-
ARG CONFTEST_VERSION=0.30.0
30-
ARG GCLOUD_VERSION=376.0.0
31-
ARG GH_VERSION=2.5.2
32-
ARG GO_VERSION=1.17.8
29+
ARG CONFTEST_VERSION=0.33.2
30+
ARG GCLOUD_VERSION=395.0.0
31+
ARG GH_VERSION=2.14.3
32+
ARG GO_VERSION=1.18.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.21.10
36+
ARG K8S_VERSION=1.21.14
3737
ARG OPA_VERSION=0.38.0
3838
ARG SHELLCHECK_VERSION=0.8.0
39-
ARG TFSWITCH_VERSION=0.13.1218
39+
ARG TFSWITCH_VERSION=0.13.1288
4040

4141
# build everything in /build
4242
WORKDIR /build

0 commit comments

Comments
 (0)