From ac5d5ffbaef70b4b3b5aab684be1924d6ae2f4a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:07:45 +0000 Subject: [PATCH] fix(deps): update ubuntu:22.04 docker digest to 0e5e4a5 --- s3-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-client/Dockerfile b/s3-client/Dockerfile index ecdbd5859..eb85e260a 100644 --- a/s3-client/Dockerfile +++ b/s3-client/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION=22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb +ARG UBUNTU_VERSION=22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 FROM ubuntu:$UBUNTU_VERSION # hadolint ignore=DL3008