Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 28, 2024
1 parent 892e014 commit cdb4e1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["proto", "doseid", "proxy", "util", 'dctl']
resolver = "2"

[workspace.package]
version = "0.0.9"
version = "0.0.10"
license = "Apache-2.0"
repository = "https://github.com/doseiai/engine"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.hobby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
doseid:
container_name: doseid
restart: always
image: doseiai/dosei:0.0.9
image: doseiai/dosei:0.0.10
platform: linux/amd64
command: /bin/doseid --host 0.0.0.0
volumes:
Expand Down

0 comments on commit cdb4e1c

Please sign in to comment.