Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring local graphql-engine version into sync with production / latest version #1275

Merged
merged 1 commit into from
Aug 28, 2023
Merged
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
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
version: '3.7'
services:
graphql-engine:
image: hasura/graphql-engine:v2.20.1 # added to patch critical security vulnerability

# I'm keeping these next two notes around until we're fully up to date with 2.20.1+ in
# production, because I feel it will be prudent to re-test when we upgrade to 2.20.1+.
# since we're going to be coming all the way from the 1.* versions.

# image: hasura/graphql-engine:v2.16.1 # can jump cleanly to this with shorter event names
# image: hasura/graphql-engine:v1.3.3 # use this to rename the events
image: hasura/graphql-engine:v2.32.1
volumes:
- ./atd-vzd/graphql-engine-metadata:/metadata
container_name: visionzero-graphql-engine
Expand Down
Loading