From bc89cc8f0bf558268f6ba7eedb090c1a97f488f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:56:20 +0000 Subject: [PATCH] fix(deps): update ubuntu:22.04 docker digest to f9d633f --- s3-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-client/Dockerfile b/s3-client/Dockerfile index ecdbd5859..05ce59408 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:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da FROM ubuntu:$UBUNTU_VERSION # hadolint ignore=DL3008