Skip to content

Commit

Permalink
fix(deps): upgrade AWS CLI dependency (#969)
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/11062323598
  • Loading branch information
aws-cdk-automation authored Sep 27, 2024
1 parent 13fa6dc commit 8ff8c76
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.17.56
FROM amazon/aws-cli:2.17.60

RUN mkdir -p /opt
WORKDIR /tmp
Expand Down

0 comments on commit 8ff8c76

Please sign in to comment.