We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d342d0 commit d6ba472Copy full SHA for d6ba472
k8s-tools/Dockerfile
@@ -14,7 +14,7 @@ RUN apk update && apk add --no-cache ca-certificates \
14
RUN update-ca-certificates 2>/dev/null || true
15
16
# renovate: datasource=github-releases depName=mozilla/sops
17
-ARG SOPS_VERSION=3.8.1
+ARG SOPS_VERSION=3.9.3
18
# hadolint ignore=DL4006
19
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
20
RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux -O /usr/local/bin/sops \
0 commit comments