Skip to content

Commit

Permalink
fix(deps): upgrade AWS CLI dependency (#1040)
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/11964091177
  • Loading branch information
aws-cdk-automation authored Nov 22, 2024
1 parent 47422db commit e990e93
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.21.1
FROM amazon/aws-cli:2.22.3

RUN mkdir -p /opt
WORKDIR /tmp
Expand Down

0 comments on commit e990e93

Please sign in to comment.