Skip to content

Commit

Permalink
latest yorkie
Browse files Browse the repository at this point in the history
  • Loading branch information
skhugh committed Apr 11, 2024
1 parent f43f66e commit d12b5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
depends_on:
- yorkie
yorkie:
image: 'yorkieteam/yorkie:0.4.7'
image: 'yorkieteam/yorkie:latest'
container_name: 'yorkie'
command: [
'server',
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
yorkie:
image: 'yorkieteam/yorkie:0.4.7'
image: 'yorkieteam/yorkie:latest'
container_name: 'yorkie'
command: [
'server',
Expand Down

0 comments on commit d12b5f3

Please sign in to comment.