Skip to content

Commit 4bf8864

Browse files
Update demo env files to 3.9.1 (#328)
1 parent 7fc0f69 commit 4bf8864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/environments/demo-cfn-create-args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
ParameterValue: my@email.com
55
- ParameterKey: Version
6-
ParameterValue: 3.9.0
6+
ParameterValue: 3.9.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

infrastructure/environments/demo-cfn-update-args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
UsePreviousValue: true
55
- ParameterKey: Version
6-
ParameterValue: 3.9.0
6+
ParameterValue: 3.9.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

0 commit comments

Comments
 (0)