From 9c00e782ab148e8dfdc00547237dc6eda33379d7 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:24:46 +0000 Subject: [PATCH] chore(deps): update dependency mozilla/sops to v3.10.2 (k8s-tools/dockerfile) --- k8s-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-tools/Dockerfile b/k8s-tools/Dockerfile index 3a16c7a0..f50ecb71 100644 --- a/k8s-tools/Dockerfile +++ b/k8s-tools/Dockerfile @@ -14,7 +14,7 @@ RUN apk update && apk add --no-cache ca-certificates \ RUN update-ca-certificates 2>/dev/null || true # renovate: datasource=github-releases depName=mozilla/sops -ARG SOPS_VERSION=3.10.0 +ARG SOPS_VERSION=3.10.2 # hadolint ignore=DL4006 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux -O /usr/local/bin/sops \