From 8a03fab110f3def8cb6ad98531377dc21d186c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:55:00 +0000 Subject: [PATCH] fix(deps): update ubuntu:22.04 docker digest to 45ee100 --- s3-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-client/Dockerfile b/s3-client/Dockerfile index ecdbd5859..9273e6bf9 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:45ee1008d32696eadbb838b6eae90f1844fc2cbb17f5706d70af3c1c60600d5b FROM ubuntu:$UBUNTU_VERSION # hadolint ignore=DL3008