diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 2684ebbb8..68d31681f 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.19.0 as awscli +FROM amazon/aws-cli:2.19.1 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm