Skip to content

Commit

Permalink
fix: update hasura container image version from 2.10.0 to 2.18.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorosip0v authored Feb 8, 2023
1 parent 6345c7c commit ae9c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/src/hasura/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Hasura extends MultiEnvRootStack {

taskDefinition.addContainer('Hasura', {
containerName: id,
image: cdk.aws_ecs.ContainerImage.fromRegistry('hasura/graphql-engine:v2.10.0'),
image: cdk.aws_ecs.ContainerImage.fromRegistry('hasura/graphql-engine:v2.18.0'),
command: [
'/bin/sh',
'-c',
Expand Down

0 comments on commit ae9c9a4

Please sign in to comment.