diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 25604a5de..2f40e6c4c 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.4 as awscli +FROM amazon/aws-cli:2.22.5 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm