Skip to content

Commit 8d0fb47

Browse files
Upgrade pinned versions file
1 parent 9e9730e commit 8d0fb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/pinned_versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export PKG_ACT_VERSION=0.2.84
3-
export PKG_AWS_VERSION=2.32.28
3+
export PKG_AWS_VERSION=2.32.29
44
export PKG_CNI_PLUGINS_VERSION=1.9.0
55
export PKG_CRUN_VERSION=1.26
66
export PKG_DOCKER_DIVE_VERSION=0.13.1

src/aws/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"pkg_aws_version": {
88
"type": "string",
99
"description": "Specifies the AWS CLI version to be installed",
10-
"default": "2.32.28" // PKG_AWS_VERSION
10+
"default": "2.32.29" // PKG_AWS_VERSION
1111
},
1212
"pkg_debug": {
1313
"type": "boolean",

0 commit comments

Comments
 (0)