diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index d62d00a12e..4e4da648e0 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -1,5 +1,5 @@ # Use the official AWS CLI image for the first stage -FROM amazon/aws-cli:2.17.21 as awscli +FROM amazon/aws-cli:2.17.22 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm