mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 22:24:16 +00:00
chore: bump graphiql
This commit is contained in:
parent
ef6f7db539
commit
2909877a65
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
HASURA_GRAPHQL_ADMIN_SECRET: "${HASURA_GRAPHQL_ADMIN_SECRET}"
|
||||
|
||||
graphiql:
|
||||
image: pokeapi/graphiql:1.0.0
|
||||
image: pokeapi/graphiql:1.0.1
|
||||
command: sh -c 'cp -a /app/static/. /transfer/ && tail -f /etc/passwd'
|
||||
volumes:
|
||||
- graphiql:/transfer
|
||||
|
|
Loading…
Reference in a new issue