From b71f26031e76ac84b2b2a44143db717d8cb8048c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:18:53 +0000 Subject: [PATCH] chore: update releases Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c2d5d2..05749a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -98,9 +98,9 @@ ARG CRANE_VERSION=v0.20.2 # renovate: datasource=github-releases depName=mikefarah/yq ARG YQ_VERSION=v4.44.3 # renovate: datasource=github-releases depName=getsops/sops -ARG SOPS_VERSION=v3.9.0 +ARG SOPS_VERSION=v3.9.1 # renovate: datasource=github-tags depName=aws/aws-cli -ARG AWSCLI_VERSION=2.17.51 +ARG AWSCLI_VERSION=2.18.15 USER root RUN apt update && \ apt upgrade -y && \