Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down