Skip to content

Commit

Permalink
[docker] Use restate:0.8 docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
igalshilman committed Mar 4, 2024
1 parent e0e3fa7 commit 2297504
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- KAFKA_BOOTSTRAP_SERVERS=broker:29092

runtime:
image: docker.io/restatedev/restate:0.7
image: docker.io/restatedev/restate:0.8
depends_on:
- restate_app
- restaurantpos
Expand Down Expand Up @@ -119,4 +119,4 @@ services:
depends_on:
- runtimesetup
ports:
- "3000:3000"
- "3000:3000"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- COLLECTOR_OTLP_ENABLED=true

runtime:
image: docker.io/restatedev/restate:latest
image: docker.io/restatedev/restate:0.8
depends_on:
- services
- jaeger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- COLLECTOR_OTLP_ENABLED=true

runtime:
image: docker.io/restatedev/restate:latest
image: docker.io/restatedev/restate:0.8
depends_on:
- services
- jaeger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
- RESTATE_RUNTIME_ENDPOINT=http://runtime:8080

runtime:
image: docker.io/restatedev/restate:0.7
image: docker.io/restatedev/restate:0.8
depends_on:
- order_app
- delivery_app
Expand Down Expand Up @@ -116,4 +116,4 @@ services:
depends_on:
- runtimesetup
ports:
- "3000:3000"
- "3000:3000"

0 comments on commit 2297504

Please sign in to comment.