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 c005164 commit b04f6e7Copy full SHA for b04f6e7
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.10.0
+ARG SOPS_VERSION=3.10.2
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