Skip to content

Commit 646477b

Browse files
authoredMar 19, 2025··
chore(deps): update all non-major dependencies (#523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9b033f commit 646477b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ npm clean-install
2424
EOF
2525

2626
# kubectl
27-
COPY --from=docker.io/bitnami/kubectl:1.32.2@sha256:9fd297dc56125e1a9c7b5ef6f74ee7abe1fa20b78bccca986b7422775baeea5c /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
27+
COPY --from=docker.io/bitnami/kubectl:1.32.3@sha256:3f21647d4c3f0fa0a906d6aacf7919beac2356bf6a2fb595414bea045ba75270 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
2828
RUN kubectl version --client
2929

3030
# Helm
3131
# renovate: datasource=github-releases depName=helm/helm
32-
ARG HELM_VERSION=3.17.1
32+
ARG HELM_VERSION=3.17.2
3333
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
3434
RUN <<EOF
3535
curl -LSs "$HELM_URL" | tar xz
@@ -216,7 +216,7 @@ EOF
216216

217217
# Trivy
218218
# renovate: datasource=github-releases depName=aquasecurity/trivy
219-
ARG TRIVY_VERSION=0.59.1
219+
ARG TRIVY_VERSION=0.60.0
220220
ENV TRIVY_URL=https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
221221
RUN <<EOF
222222
curl -LSs "$TRIVY_URL" | tar xz
@@ -238,7 +238,7 @@ EOF
238238

239239
# kubescape
240240
# renovate: datasource=github-releases depName=armosec/kubescape
241-
ARG KUBESCAPE_VERSION=3.0.30
241+
ARG KUBESCAPE_VERSION=3.0.32
242242
ENV KUBESCAPE_URL=https://github.com/armosec/kubescape/releases/download/v${KUBESCAPE_VERSION}/kubescape-ubuntu-latest
243243
RUN <<EOF
244244
curl -LSsO "$KUBESCAPE_URL"
@@ -251,7 +251,7 @@ EOF
251251

252252
# gomplate
253253
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
254-
ARG GOMPLATE_VERSION=4.3.0
254+
ARG GOMPLATE_VERSION=4.3.1
255255
ENV GOMPLATE_URL=https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64
256256
RUN <<EOF
257257
curl -LSsO "$GOMPLATE_URL"

‎requirements.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
yamale==6.0.0
2-
yamllint==1.35.1
3-
pre-commit==4.1.0
4-
checkov==3.2.379
2+
yamllint==1.36.2
3+
pre-commit==4.2.0
4+
checkov==3.2.389

0 commit comments

Comments
 (0)
Please sign in to comment.