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; done;
containers: containers:
- name: graphql-engine - name: graphql-engine
image: hasura/graphql-engine:v2.16.1 image: hasura/graphql-engine:v2.36.4
ports: ports:
- containerPort: 8080 - containerPort: 8080
env: env:

View file

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

View file

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