diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 9d3afe8b4..e2cb53c69 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.22.17 as awscli +FROM amazon/aws-cli:2.22.19 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm