Skip to content

Commit b04f6e7

Browse files
author
IK Renovate Bot
committed
chore(deps): update dependency mozilla/sops to v3.10.2 (k8s-tools/dockerfile)
1 parent c005164 commit b04f6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk update && apk add --no-cache ca-certificates \
1414
RUN update-ca-certificates 2>/dev/null || true
1515

1616
# renovate: datasource=github-releases depName=mozilla/sops
17-
ARG SOPS_VERSION=3.10.0
17+
ARG SOPS_VERSION=3.10.2
1818
# hadolint ignore=DL4006
1919
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2020
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

Comments
 (0)