Skip to content

Commit

Permalink
chore(deps): update docker.io/amazon/aws-cli docker tag to v2.17.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 41a906d commit 08f7b2f
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.17.30
image: docker.io/amazon/aws-cli:2.17.34
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.17.30
image: docker.io/amazon/aws-cli:2.17.34
workingDir: /workspace
script: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 08f7b2f

Please sign in to comment.