Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atlantis-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM chatwork/aws:2.32.21
FROM chatwork/aws:2.32.22

ARG TARGETARCH
ARG ATLANTIS_VERSION=0.38.0
Expand Down
2 changes: 1 addition & 1 deletion atlantis-aws/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ command:
/usr/local/bin/aws --version:
exit-status: 0
stdout:
- 2.32.21
- 2.32.22
/usr/bin/conftest --version:
exit-status: 0
stdout:
Expand Down
5 changes: 3 additions & 2 deletions atlantis-aws/variant.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ dependencies:
url: https://api.github.com/repos/runatlantis/atlantis/releases/268994078
zipball_url: https://api.github.com/repos/runatlantis/atlantis/zipball/v0.38.0
awscli:
version: 2.32.21
previousVersion: 2.32.20
version: 2.32.22
previousVersion: 2.32.21
versions:
- 2.8.2
- 2.8.3
Expand Down Expand Up @@ -976,6 +976,7 @@ dependencies:
- 2.32.19
- 2.32.20
- 2.32.21
- 2.32.22
conftest:
version: 0.66.0
previousVersion: 0.65.0
Expand Down
Loading