Skip to content

Commit

Permalink
fix(deps): upgrade AWS CLI dependency
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/10990835409

Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Sep 23, 2024
1 parent f8b3a1c commit 565dc68
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.13.5
FROM amazon/aws-cli:2.17.56

RUN mkdir -p /opt
WORKDIR /tmp
Expand Down

0 comments on commit 565dc68

Please sign in to comment.