Skip to content

Commit

Permalink
Bump container images
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Apr 25, 2024
1 parent d78ee16 commit b894291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ghcr.io/restatedev/restate:main
image: docker.io/restatedev/restate
depends_on:
- restaurantpos
- broker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ services:
- RESTATE_RUNTIME_ENDPOINT=http://runtime:8080

runtime:
# switch once we release
# image: docker.io/restatedev/restate:0.9
image: ghcr.io/restatedev/restate:main
image: docker.io/restatedev/restate
depends_on:
- order_app
- delivery_app
Expand Down

0 comments on commit b894291

Please sign in to comment.