Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker.io/amazon/aws-cli docker tag to v2.22.33
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 10, 2025
1 parent 0128e25 commit 5cb5cb5
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
@@ -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.22.33
script: "$(params.SCRIPT)"
args:
- "$(params.ARGS)"
Original file line number Diff line number Diff line change
@@ -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.22.33
workingDir: /workspace
script: |
#!/usr/bin/env bash

0 comments on commit 5cb5cb5

Please sign in to comment.