diff --git a/s3-client/Dockerfile b/s3-client/Dockerfile index ecdbd5859..960c3ec7f 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:ca9449d4bae930d098f5d05aa33d0d279db957461b06b16928f65794ba8b3c80 FROM ubuntu:$UBUNTU_VERSION # hadolint ignore=DL3008