Skip to content

Commit a56c546

Browse files
committed
Back out consistent read change due to issues with the Challenge table legacyId-index not supporting it
1 parent 976bca3 commit a56c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV=`echo "$ENV" | tr '[:upper:]' '[:lower:]'`
88
domain_challenge_TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/domain-challenge:12d973421dadeade13d6346c46b29e05c66ebedc
99
anticorruption_layer_TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/anticorruption-layer:fcba54b33908aecef195f92b7e72b7447dd265d6
1010
informix_access_layer_TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/informix-access-layer:f752f23648204c0846cc56eeb2ba25009fa8a79c
11-
dynamo_access_layer_TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/dynamo-access-layer:03aeb54c6191cbba6ce0b1009f6a43c7570ef8f6
11+
dynamo_access_layer_TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/dynamo-access-layer:117d44ee1a9f04383980bb20429d31e871589a47
1212

1313
sed -i='' "s|dynamo-access-layer:latest|$dynamo_access_layer_TAG|" docker-compose.yml
1414

0 commit comments

Comments
 (0)