Skip to content

Commit

Permalink
Bump docker tags (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Aug 13, 2024
1 parent 82525db commit b232cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- "${DECODER_EXTERNAL_PORT}:8090"

app:
image: enjin/platform:v1.9.0
image: enjin/platform:v1.10.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -50,7 +50,7 @@ services:
- "host.docker.internal:host-gateway"

websocket:
image: enjin/platform:v1.9.0
image: enjin/platform:v1.10.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -66,7 +66,7 @@ services:
- "host.docker.internal:host-gateway"

ingest:
image: enjin/platform:v1.9.0
image: enjin/platform:v1.10.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -80,7 +80,7 @@ services:
- "host.docker.internal:host-gateway"

relay:
image: enjin/platform:v1.9.0
image: enjin/platform:v1.10.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand All @@ -93,7 +93,7 @@ services:
- "host.docker.internal:host-gateway"

beam:
image: enjin/platform:v1.9.0
image: enjin/platform:v1.10.0
build:
context: .
dockerfile: configs/core/Dockerfile
Expand Down

0 comments on commit b232cff

Please sign in to comment.