File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
3333ARG 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
3737ARG OPA_VERSION=0.38.0
3838ARG 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
4242WORKDIR /build
You can’t perform that action at this time.
0 commit comments