We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent04f68e8 commite3b324aCopy full SHA for e3b324a
dogfood/Dockerfile
@@ -212,17 +212,17 @@ RUN systemctl enable \
212
213
# Install tools with published releases, where that is the
214
# preferred/recommended installation method.
215
-ARG CLOUD_SQL_PROXY_VERSION=1.26.0 \
+ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
216
DIVE_VERSION=0.10.0 \
217
-DOCKER_GCR_VERSION=2.1.0 \
+DOCKER_GCR_VERSION=2.1.8 \
218
GOLANGCI_LINT_VERSION=1.51.0 \
219
-GRYPE_VERSION=0.24.0 \
220
-HELM_VERSION=3.8.0 \
221
-KUBE_LINTER_VERSION=0.2.5 \
+GRYPE_VERSION=0.61.1 \
+HELM_VERSION=3.12.0 \
+KUBE_LINTER_VERSION=0.6.3 \
222
KUBECTX_VERSION=0.9.4 \
223
-STRIPE_VERSION=1.7.4 \
224
-TERRAGRUNT_VERSION=0.34.1 \
225
-TRIVY_VERSION=0.23.0
+STRIPE_VERSION=1.14.5 \
+TERRAGRUNT_VERSION=0.45.11 \
+TRIVY_VERSION=0.41.0
226
227
# cloud_sql_proxy, for connecting to cloudsql instances
228
# the upstream go.mod prevents this from being installed with go install