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 \