Skip to content

Commit e3b324a

Browse files
authored
chore(dogfood): update dependency versions (#7548)
1 parent 04f68e8 commit e3b324a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dogfood/Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -212,17 +212,17 @@ RUN systemctl enable \
212212

213213
# Install tools with published releases, where that is the
214214
# preferred/recommended installation method.
215-
ARG CLOUD_SQL_PROXY_VERSION=1.26.0 \
215+
ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
216216
DIVE_VERSION=0.10.0 \
217-
DOCKER_GCR_VERSION=2.1.0 \
217+
DOCKER_GCR_VERSION=2.1.8 \
218218
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 \
219+
GRYPE_VERSION=0.61.1 \
220+
HELM_VERSION=3.12.0 \
221+
KUBE_LINTER_VERSION=0.6.3 \
222222
KUBECTX_VERSION=0.9.4 \
223-
STRIPE_VERSION=1.7.4 \
224-
TERRAGRUNT_VERSION=0.34.1 \
225-
TRIVY_VERSION=0.23.0
223+
STRIPE_VERSION=1.14.5 \
224+
TERRAGRUNT_VERSION=0.45.11 \
225+
TRIVY_VERSION=0.41.0
226226

227227
# cloud_sql_proxy, for connecting to cloudsql instances
228228
# the upstream go.mod prevents this from being installed with go install

0 commit comments

Comments
 (0)