Skip to content

Commit

Permalink
chore(deps): update docker.io/amazon/aws-cli docker tag to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent f9e5b88 commit 0f7fece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/aws-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
default: ["help"]
steps:
- name: awscli
image: docker.io/amazon/aws-cli:2.22.18
image: docker.io/amazon/aws-cli:2.23.0
script: "$(params.SCRIPT)"
args:
- "$(params.ARGS)"
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
echo "✅ Uploaded for ${tag} ."
- name: upload-dm-tarballs-to-s3
image: docker.io/amazon/aws-cli:2.22.18
image: docker.io/amazon/aws-cli:2.23.0
workingDir: /workspace
script: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 0f7fece

Please sign in to comment.