diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 17cfd92a5..ba1be7d77 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.18.10 as awscli +FROM amazon/aws-cli:2.18.12 as awscli # Use the bitnami/minideb:bookworm as the base image for the second stage FROM bitnami/minideb:bookworm