Skip to content

Commit

Permalink
fix(deps): upgrade AWS CLI dependency (#1032)
Browse files Browse the repository at this point in the history
Upgrades AWS CLI dependency. See details in [workflow run].
[Workflow Run]: https://github.com/cdklabs/awscdk-asset-awscli/actions/runs/11847922219
  • Loading branch information
aws-cdk-automation authored Nov 15, 2024
1 parent da9e046 commit 47422db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Download the official aws cli Docker image
# see https://hub.docker.com/r/amazon/aws-cli
FROM amazon/aws-cli:2.19.3
FROM amazon/aws-cli:2.21.1

RUN mkdir -p /opt
WORKDIR /tmp
Expand Down

0 comments on commit 47422db

Please sign in to comment.