Skip to content

Commit d6ba472

Browse files
author
IK Renovate Bot
committed
chore(deps): update dependency mozilla/sops to v3.9.3 (k8s-tools/dockerfile)
1 parent 5d342d0 commit d6ba472

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.8.1
17+
ARG SOPS_VERSION=3.9.3
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)