chore: bump hasura

This commit is contained in:
Naramsim 2024-06-02 16:16:17 +02:00
parent 5156e52e2e
commit 1147a56970
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ spec:
done;
containers:
- name: graphql-engine
image: hasura/graphql-engine:v2.16.1
image: hasura/graphql-engine:v2.36.4
ports:
- containerPort: 8080
env:

View file

@ -30,7 +30,7 @@ spec:
- apt-get update &&
apt-get install -y git curl &&
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash &&
hasura update-cli --version v2.0.8 &&
hasura update-cli --version v2.36.4 &&
git clone https://github.com/PokeAPI/pokeapi.git &&
cd pokeapi &&
git checkout staging &&

View file

@ -44,7 +44,7 @@ services:
- ./Resources/nginx/ssl:/ssl:ro
- graphql_cache:/tmp/cache
graphql-engine:
image: hasura/graphql-engine:v2.36.1-ce
image: hasura/graphql-engine:v2.36.4
ports:
- "8080:8080"
depends_on: